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




extentToDraw
The map envelope at which to draw.
Draws a map image at the extent specified.

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
The map envelope at which to draw.

Return Value

A MapImage object that contains the image data or URL.

See Also

© 2010 All Rights Reserved.