ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
DrawExtent Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > MapFunctionality Class : DrawExtent Method




extentToDraw
Envelope for map to draw.
Draw Map at specified extent.

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
Envelope for map to draw.

Return Value

MapImage.

Remarks

Displays error message if an exception or error occur.

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.