This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface > IImageServerDownloadResult.URI Property (ArcObjects .NET 10.4 SDK) |
The download file name.
[Visual Basic .NET] Public Property URI As String
[C#] public string URI {get; set;}
[C++]
HRESULT get_URI(
BSTR* pURI
);
[C++]
HRESULT put_URI(
BSTR pURI
);
[C++]
Parameters pURI [out, retval] pURI is a parameter of type BSTR pURI [in] pURI is a parameter of type BSTR
To get a downloadable url, use the GetFile method of IImageServer3.