ESRI.ArcGIS.ADF.IMS
Draw(Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class > Draw Method : Draw(Boolean) Method




drawMap
Whether to generate a map image.
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

See the ArcIMS Help ArcXML Reference topics DRAW and SEPARATELAYER.

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

© 2011 All Rights Reserved.