ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
DrawExtent Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.Geometry.Envelope _
) As ESRI.ArcGIS.ADF.Web.MapImage
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim extentToDraw As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Dim value As ESRI.ArcGIS.ADF.Web.MapImage
 
value = instance.DrawExtent(extentToDraw)
C# 
public ESRI.ArcGIS.ADF.Web.MapImage DrawExtent( 
   ESRI.ArcGIS.ADF.Web.Geometry.Envelope extentToDraw
)

Parameters

extentToDraw
The map envelope at which to draw.

Return Value

A MapImage object that contains the image data or URL.

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.