Converts a map scale into the closest named zoom level.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Parameters

mapScale
Type: System..::.Double

The map scale to be converted.

Return Value

A named zoom level that corresponds to the specified scale.

See Also