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


IImageResult.URL Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageResult.URL Property

The URL of the generated image.

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

Parameters URL [out, retval] URL is a parameter of type BSTR

Product Availability

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

Remarks

If URL is specified the image is stored as a file at the specified location (Physical Output Directory) and can be accessed by internet clients through the Virtual Output Directory.

See Also

IImageResult Interface