Click or drag to resize

RhinoViewEnableDrawing Property

Gets or sets the 'drawing enabled' flag. By default, drawing is enabled.

There are some rare situations where scripts want to disable drawing for a while.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool EnableDrawing { get; set; }

Property Value

Type: Boolean
See Also