Heading.Orientation Property

 

A double specifying the direction, in degrees. Optional. The default value is 0.

Syntax

public double Orientation { set; get; }
Public Property Orientation As Double

Remarks

The valid range of values for the Orientation property is 0 to 360.

The compass directions North, East, South, and West are specified using the values 0, 90, 180, and 270, respectively.

If imagery is not available for the orientation specified, imagery with the orientation closest to the specified value is returned.