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


IImageServerDownloadResult.URI Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

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