ArcObjects Library Reference (TrackingAnalyst)  

ITrackingLayerLabels.OffsetAngle Property

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

Product Availability

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

See Also

ITrackingLayerLabels Interface