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


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

ITinIdentifyObj.Location Property

The Location property as IPoint.

[Visual Basic .NET]
Public WriteOnly Property Location
[C#]
public void Location {set;}
[C++]
HRESULT put_Location(
  IPoint* 
);
[C++]

Parameters [in]
is a parameter of type IPoint*

Product Availability

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

See Also

ITinIdentifyObj Interface