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