| ArcGIS Explorer Component Help |
| CompassDirection Enumeration |
| See Also |
Provides compass directions which can be used to rotate the MapDisplay.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public enum CompassDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration CompassDirection |
Members
| Member name | Description | |
|---|---|---|
| East | East, 90 degrees. | |
| North | North, 0 degrees. | |
| NorthEast | North East, 45 degrees. | |
| NorthWest | North West, 315 degrees. | |
| South | South, 180 degrees. | |
| SouthEast | South East, 135 degrees. | |
| SouthWest | South West, 225 degrees. | |
| West | West, 270 degrees. |
Remarks
This enumeration is used by the MapDisplay.RotateTo(CompassDirection) overload.