|
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public Function DrawExtent( _ ByVal extentToDraw As Envelope _ ) As MapImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public MapImage DrawExtent( Envelope extentToDraw ) | |
Parameters
- extentToDraw
- Envelope for map to draw.
Return Value
MapImage.| Exception | Description |
|---|---|
| Not supported |
Displays error message if an exception or error occur.