Sets the rotation of the map, relative to the current rotation.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void Rotate(
	double relativeAngle
)
Visual Basic (Declaration)
Public Sub Rotate ( _
	relativeAngle As Double _
)

Parameters

relativeAngle
Type: System..::.Double

The rotation angle to apply to the display

Remarks

If a positive number is used, the map will be rotated in an anti-clockwise direction, if a negative number is used the map will be rotated in an clockwise direction. The map is always rotated around the center of the display.

See Also