Gets the display mode associated with this Viewpoint.

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; }
Visual Basic (Declaration)
Public ReadOnly Property DisplayMode As DisplayMode

Field Value

Display2D if the Viewpoint was instantiated using an Envelope; Display3D if the Viewpoint was instantiated using a pair of points (observer and target).

See Also