This document is archived and information here might be outdated.  Recommended version.


ITrackingTextLabel.OffsetAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.OffsetAngle Property
ArcGIS Developer Help

ITrackingTextLabel.OffsetAngle Property

Indicates pixel offset bearing from centroid of location.

[Visual Basic .NET]
Public Property OffsetAngle As Double
[C#]
public double OffsetAngle {get; set;}
[C++]
HRESULT get_OffsetAngle(
  System.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

ITrackingTextLabel Interface