ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
MapDrawFullExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class : MapDrawFullExtent Method




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

Syntax

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

Parameters

map
The map to change extent for.

Return Value

The result of the draw.

See Also

© 2010 All Rights Reserved.