Click or drag to resize

ViewTableEnableRedraw Method

Enables or disables screen redrawing.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.3
Syntax
public void EnableRedraw(
	bool enable,
	bool redrawDocument,
	bool redrawLayers
)

Parameters

enable
Type: SystemBoolean
Enable redrawing.
redrawDocument
Type: SystemBoolean
If enabling, set to true to have the document redrawn.
redrawLayers
Type: SystemBoolean
If enabling, set to true to have the layer user interface redrawn.
See Also