Sends a draw request but does not draw the map. May be used to draw acetate layers in separate images.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function Draw( _
ByVal drawMap As Boolean _
) As ESRI.ArcGIS.ADF.Web.CartoImage |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MapView
Dim drawMap As Boolean
Dim value As ESRI.ArcGIS.ADF.Web.CartoImage
value = instance.Draw(drawMap) |
C# | |
---|
public ESRI.ArcGIS.ADF.Web.CartoImage Draw(
bool drawMap
) |
Parameters
- drawMap
- Whether to generate a map image.
Return Value
CartoImage object with image.
Remarks
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