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


IImageServerIdentifyResult.Location Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerIdentifyResult.Location Property

The identified location.

[Visual Basic .NET]
Public ReadOnly Property Location As IPoint
[C#]
public IPoint Location {get;}
[C++]
HRESULT get_Location(
  IPoint** ppPoint
);
[C++]

Parameters ppPoint [out, retval]
ppPoint is a parameter of type IPoint

Product Availability

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

See Also

IImageServerIdentifyResult Interface