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


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

IRasterIdentifyObj.Location Property

Identified location.

[Visual Basic .NET]
Public Property Location As IPoint
[C#]
public IPoint Location {get; set;}
[C++]
HRESULT get_Location(
  IPoint** pPoint
);
[C++]
HRESULT putref_Location(
  IPoint* pPoint
);
[C++]
Parameters
pPoint [out, retval]

pPoint is a parameter of type IPoint** pPoint [in]
pPoint is a parameter of type IPoint*

Product Availability

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

See Also

IRasterIdentifyObj Interface