This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLayerLabels Interface > ITrackingLayerLabels.OffsetAngle Property (ArcObjects .NET 10.4 SDK) |
Indicates angle of offset for labels as they draw next to events on the map display.
[Visual Basic .NET] Public Property OffsetAngle As Double
[C#] public double OffsetAngle {get; set;}
[C++]
HRESULT get_OffsetAngle(
double* pdOffsetAngle
);
[C++]
HRESULT put_OffsetAngle(
double pdOffsetAngle
);
[C++]
Parameters pdOffsetAngle [out, retval] pdOffsetAngle is a parameter of type double pdOffsetAngle [in] pdOffsetAngle is a parameter of type double