Gets altitude of the observers viewing position.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public double Altitude { get; }
Visual Basic (Declaration)
Public ReadOnly Property Altitude As Double

Field Value

The current altitude of the observer position in meters; in 2D display mode returns an approximated altitude based on the current map scale.

See Also