Applies a rotation of the specified angle to the map display.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void RotateTo( double angle ) |
Visual Basic (Declaration) |
---|
Public Sub RotateTo ( _ angle As Double _ ) |
Parameters
- angle
- Type: System..::.Double
The rotation angle to apply to the display; a double between 0 and 360
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.