Zooms to the specified altitude 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 ZoomTo(
	double altitude
)
Visual Basic (Declaration)
Public Sub ZoomTo ( _
	altitude As Double _
)

Parameters

altitude
Type: System..::.Double

The altitude to zoom to.

Remarks

Using this method in 2D display mode will zoom to an approximated scale based on the specified altitude.

See Also