Provides display modes that can be used to switch between a 2D map and 3D globe.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  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 nameDescription
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.

See Also