Applies a rotation to the map display, based on the specified compass direction.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void RotateTo(
	CompassDirection direction
)
Visual Basic (Declaration)
Public Sub RotateTo ( _
	direction As CompassDirection _
)

Parameters

direction
Type: ESRI.ArcGISExplorer.Mapping..::.CompassDirection

A CompassDirection value to rotate to.

Remarks

The map is rotated around the center of the display.

See Also