Converts the specified map scale into an approximated altitude.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public double ConvertMapScaleToAltitude(
	double mapScale
)
Visual Basic (Declaration)
Public Function ConvertMapScaleToAltitude ( _
	mapScale As Double _
) As Double

Parameters

mapScale
Type: System..::.Double

The map scale to be converted.

Return Value

An approximated altitude in meters.

See Also