This document is archived and information here might be outdated.  Recommended version.


IImageServerDownloadResult.URI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface > IImageServerDownloadResult.URI Property
ArcGIS Developer Help

IImageServerDownloadResult.URI Property

The download file name.

[Visual Basic .NET]
Public Property URI As String
[C#]
public string URI {get; set;}
[C++]
HRESULT get_URI(
  System.String* 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

Product Availability

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

Remarks

To get a downloadable url, use the GetFile method of IImageServer3.

See Also

IImageServerDownloadResult Interface