| ArcGIS Explorer Component Help |
| DisplayMode Enumeration |
| See Also |
Provides display modes that can be used to switch between a 2D map and 3D globe.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public enum DisplayMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration DisplayMode |
Members
| Member name | Description | |
|---|---|---|
| Display2D |
Two dimensional projected map.
| |
| Display3D |
Three dimensional globe.
|
Remarks
This enumeration is used by a number of properties and events to control or indicate the
DisplayMode of the map display.