RhinoCommon API
ViewTableEnableRedraw Method |
Enables or disables screen redrawing.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.3
public void EnableRedraw( bool enable, bool redrawDocument, bool redrawLayers )
Public Sub EnableRedraw ( enable As Boolean, redrawDocument As Boolean, redrawLayers As Boolean )
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.