ArcObjects Library Reference (DataSourcesRaster)  

IRasterItemFunctionArguments.URL Property

The image service URL.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  BSTR* pURL
);
[C++]
HRESULT put_URL(
  BSTR pURL
);
[C++]

Parameters

pURL [out, retval]   pURL is a parameter of type BSTR pURL [in]   pURL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterItemFunctionArguments Interface