This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISimpleTrackingLabelRenderer Interface > ISimpleTrackingLabelRenderer.OffsetAngle Property (ArcObjects .NET 10.5 SDK) |
Indicates angle of offset for labels to display from the event 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