ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
MapZoomOut(LayoutImageDataFrameInfo,IEnvelope,IMapDescription) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > MapZoomOut Method : MapZoomOut(LayoutImageDataFrameInfo,IEnvelope,IMapDescription) Method




map
The map to zoom out on.
env
The extent to zoom the map out with
mapDesc
The map description of the dataframe you are zooming out on. Can be null.
Draws the page layout after zooming out on the specified map based on the extent provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MapZoomOut( _
   ByVal map As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo, _
   ByVal env As ESRI.ArcGIS.Geometry.IEnvelope, _
   ByVal mapDesc As ESRI.ArcGIS.Carto.IMapDescription _
) As ESRI.ArcGIS.ADF.Web.LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo
Dim env As ESRI.ArcGIS.Geometry.IEnvelope
Dim mapDesc As ESRI.ArcGIS.Carto.IMapDescription
Dim value As ESRI.ArcGIS.ADF.Web.LayoutImage
 
value = instance.MapZoomOut(map, env, mapDesc)
C# 
public ESRI.ArcGIS.ADF.Web.LayoutImage MapZoomOut( 
   ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo map,
   ESRI.ArcGIS.Geometry.IEnvelope env,
   ESRI.ArcGIS.Carto.IMapDescription mapDesc
)

Parameters

map
The map to zoom out on.
env
The extent to zoom the map out with
mapDesc
The map description of the dataframe you are zooming out on. Can be null.

Return Value

The result of the draw.

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

© 2011 All Rights Reserved.