ArcObjects Library Reference (TrackingAnalyst)  

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 [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

ITrackingLabel Interface