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


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

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