Zooms to the specified map scale while maintaining the center point of the display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  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.

See Also