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 6.0]
Property OffsetAngle As Double
[Visual Basic .NET]
Public Property OffsetAngle As Double
[C#]
public double OffsetAngle {get; set;}
[Java]
public Double getOffsetAngle()
throws
    IOException,
    AutomationException
[Java]
public void setOffsetAngle(
Double OffsetAngle
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page