ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
DrawExtent Method | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > MapFunctionality Class : DrawExtent Method |
- extentToDraw
- The map envelope at which 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
- The map envelope at which to draw.
Return Value
A MapImage object that contains the image data or URL.
For ArcIMS services, the returned MapImage will normally contain a URL to the
image, unless the service is set to output streamed image data.