ArcGIS Explorer Component Help |
MapDisplay..::.RotateTo Method (CompassDirection) |
MapDisplay Class See Also |
Applies a rotation to the map display, based on the specified compass direction.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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.