|
| 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.
| 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 |
|---|---|
| |
| 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.