ESRI.ArcGIS.ADF.Web.DataSources
DrawExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IMapFunctionality Interface : DrawExtent Method




extentToDraw
Extent at which to draw the map.
Draws the map at the input extent.

Syntax

Visual Basic (Declaration) 
Function DrawExtent( _
   ByVal extentToDraw As Envelope _
) As MapImage
Visual Basic (Usage)Copy Code
Dim instance As IMapFunctionality
Dim extentToDraw As Envelope
Dim value As MapImage
 
value = instance.DrawExtent(extentToDraw)
C# 
MapImage DrawExtent( 
   Envelope extentToDraw
)

Parameters

extentToDraw
Extent at which to draw the map.

Return Value

MapImage containing the map MIME data or image URL.

See Also

© 2010 All Rights Reserved.