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


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

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