Gets the current scale of the map.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

In 2D, the scale is calculated using the current extent of the display; in 3D the scale is calculated using the observers altitude.

See Also