This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLabel Interface > ITrackingLabel.Location Property (ArcObjects .NET 10.5 SDK) |
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