Zooms to the extent of the specified geometry.

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

Parameters

geometry
Type: ESRI.ArcGISExplorer.Geometry..::.Geometry

The geometry to zoom to.

See Also