ESRI.ArcGIS.ADF.Web
DrawExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsDataSet Class : DrawExtent Method




extentToDraw
The extent of the GraphicsDataSet to draw.
Draws the contents of all contained graphic layers in the specified extent.

Syntax

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

Parameters

extentToDraw
The extent of the GraphicsDataSet to draw.

Return Value

An ESRI.ArcGIS.ADF.Web.MapImage containing the specified extent, or null if no graphics intersect the specified extent.

See Also

© 2010 All Rights Reserved.