ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
MapZoomOut(LayoutImageDataFrameInfo,IEnvelope,IMapDescription) Method
See Also 
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 LayoutImageDataFrameInfo, _
   ByVal env As IEnvelope, _
   ByVal mapDesc As IMapDescription _
) As LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As LayoutImageDataFrameInfo
Dim env As IEnvelope
Dim mapDesc As IMapDescription
Dim value As LayoutImage
 
value = instance.MapZoomOut(map, env, mapDesc)
C# 
public LayoutImage MapZoomOut( 
   LayoutImageDataFrameInfo map,
   IEnvelope env,
   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.

See Also

© 2010 All Rights Reserved.