Zooms to the specified Viewpoint.

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(
	Viewpoint viewpoint
)
Visual Basic (Declaration)
Public Sub ZoomTo ( _
	viewpoint As Viewpoint _
)

Parameters

viewpoint
Type: ESRI.ArcGISExplorer.Mapping..::.Viewpoint

The Viewpoint to zoom to.

Remarks

If the display mode of the specified viewpoint does not match the current map display mode, the map will be zoomed to an approximate position based on the viewpoint properties.

See Also