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