ArcGIS Explorer Component Help |
MapDisplay..::.ZoomToMapScale Method (Double) |
MapDisplay Class See Also |
Zooms to the specified map scale while maintaining the center point of the display.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void ZoomToMapScale( double mapScale ) |
Visual Basic (Declaration) |
---|
Public Sub ZoomToMapScale ( _ mapScale As Double _ ) |
Parameters
- mapScale
- Type: System..::.Double
The scale to zoom to.
Remarks
Using this method in 3D display mode will zoom to an approximated altitude based on the specified mapScale.