Gets the rotation of the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double Rotation { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rotation As Double

Field Value

The current rotation of the display; an angle measured clockwise around the center of the display starting from North.

Remarks

Values for this property range between 0 and 360.

See Also