Converts the specified altitude into an approximated map scale.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public double ConvertAltitudeToMapScale(
	double altitude
)
Visual Basic (Declaration)
Public Function ConvertAltitudeToMapScale ( _
	altitude As Double _
) As Double

Parameters

altitude
Type: System..::.Double

The altitude to be converted in meters.

Return Value

An approximated map scale.

See Also