|
| ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService | |
| DrawExtent Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService 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.Displays error message if an exception or error occur.