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




map
The map to change extent for.
extent
The extent to apply to the map.
Draws the pagelayout after changing the extent of the specified map.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MapDrawExtent( _
   ByVal map As LayoutImageDataFrameInfo, _
   ByVal extent As IEnvelope _
) As LayoutImage
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As LayoutImageDataFrameInfo
Dim extent As IEnvelope
Dim value As LayoutImage
 
value = instance.MapDrawExtent(map, extent)
C# 
public LayoutImage MapDrawExtent( 
   LayoutImageDataFrameInfo map,
   IEnvelope extent
)

Parameters

map
The map to change extent for.
extent
The extent to apply to the map.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.