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


IImageServerIdentifyResultEdit.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 > IImageServerIdentifyResultEdit Interface > IImageServerIdentifyResultEdit.Location Property
ArcGIS Developer Help

IImageServerIdentifyResultEdit.Location Property

The identified location.

[Visual Basic .NET]
Public WriteOnly Property Location_2
[C#]
public void Location_2 {set;}
[C++]
HRESULT putref_Location(
  IPoint* 
);
[C++]
Parameters
 [in]

is a parameter of type IPoint*

Product Availability

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

See Also

IImageServerIdentifyResultEdit Interface