ESRI.ArcGIS.ADF.Web
DrawExtent Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.