ArcObjects Library Reference (DefenseSolutions)  

IDirectionAware.Direction Property

The direction of movement of the graphic, in navigational degrees.

[Visual Basic .NET]
Public Property Direction As Double
[C#]
public double Direction {get; set;}
[C++]
HRESULT get_Direction(
  double* Direction
);
[C++]
HRESULT put_Direction(
  double Direction
);
[C++]

Parameters

Direction [out, retval]   Direction is a parameter of type double Direction [in]   Direction is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDirectionAware Interface