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

Parameters

extentToDraw
Envelope for map to draw.

Return Value

MapImage.

Exceptions

ExceptionDescription
NotImplementedExceptionNot supported

Remarks

Displays error message if an exception or error occur.

See Also

© 2010 All Rights Reserved.