ESRI.ArcGIS.ADF.Web.DataSources.Graphics
DrawExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > MapFunctionality Class : DrawExtent Method




extentToDraw
Map extent at which to draw.
Draws the graphics resource to a map image at the input extent.

Syntax

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

Parameters

extentToDraw
Map extent at which to draw.

Return Value

MapImage containing the map MIME data or image URL.

See Also

© 2010 All Rights Reserved.