Zooms the map out to the extent of all map layers.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub ZoomMapToFullExtent( _
ByVal info As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As PageLayout
Dim info As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo
instance.ZoomMapToFullExtent(info) |
| C# | |
|---|
public void ZoomMapToFullExtent(
ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo info
) |
Parameters
- info
- Data frame with the map to zoom.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also