ArcGIS Explorer Component Help |
MapDisplay..::.ConvertMapScaleToZoomLevel Method |
MapDisplay Class See Also |
Converts a map scale into the closest named zoom level.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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.