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


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

ITrackingLabel.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 [in]

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

Product Availability

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

See Also

ITrackingLabel Interface