Zooms to the combined extent of the layers contained in the map, including the basemap.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void ZoomToFullExtent()
Visual Basic (Declaration)
Public Sub ZoomToFullExtent

Remarks

The full extent is the combined extent of layers in the map and basemap. Calling this method will calculate the combined extent for all layers in the map, and zoom to that extent.

See Also