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


ITrackingTextLabel.Location Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingTextLabel.Location Property

Labels Geometric Location.

[Visual Basic .NET]
Public Property Location As IGeometry
[C#]
public IGeometry Location {get; set;}
[C++]
HRESULT get_Location(
  IGeometry** ppiLocation
);
[C++]
HRESULT putref_Location(
  IGeometry* ppiLocation
);
[C++]

Parameters ppiLocation [out, retval]
ppiLocation is a parameter of type IGeometry ppiLocation [in]
ppiLocation is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingTextLabel Interface