ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ZoomMapToFullExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : ZoomMapToFullExtent Method




info
Data frame with the map to zoom.
Zooms the map out to the extent of all map layers.

Syntax

Visual Basic (Declaration) 
Public Sub ZoomMapToFullExtent( _
   ByVal info As LayoutImageDataFrameInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim info As LayoutImageDataFrameInfo
 
instance.ZoomMapToFullExtent(info)
C# 
public void ZoomMapToFullExtent( 
   LayoutImageDataFrameInfo info
)

Parameters

info
Data frame with the map to zoom.

See Also

© 2010 All Rights Reserved.