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.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function MapDrawExtent( _ ByVal map As LayoutImageDataFrameInfo, _ ByVal extent As IEnvelope _ ) As LayoutImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LayoutImage MapDrawExtent( LayoutImageDataFrameInfo map, IEnvelope extent ) |
Parameters
- map
- The map to change extent for.
- extent
- The extent to apply to the map.