ESRI.ArcGIS.ADF.IMS
Draw(Boolean) Method
See Also 
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 CartoImage
Visual Basic (Usage)Copy Code
Dim instance As MapView
Dim drawMap As Boolean
Dim value As CartoImage
 
value = instance.Draw(drawMap)
C# 
public 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.

See Also

© 2010 All Rights Reserved.