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


ITinIdentifyObj2.Location Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITinIdentifyObj2.Location Property

Retrieves the coordinates of the location that was identified.

[Visual Basic .NET]
Public Sub Location ( _
    ByRef ppPoint As IPoint _
)
[C#]
public void Location (
    ref IPoint ppPoint
);
[C++]
HRESULT get_Location(
  IPoint** ppPoint
);
[C++]

Parameters ppPoint [out]
ppPoint is a parameter of type IPoint**

Product Availability

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

See Also

ITinIdentifyObj2 Interface