Gets or sets the dimensional mode for the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public DisplayMode DisplayMode { get; set; }
Visual Basic (Declaration)
Public Property DisplayMode As DisplayMode

Field Value

The current display mode for the map: 2D or 3D.

See Also