RhinoView.EnableDrawing Property

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; }
Public Shared Property EnableDrawing As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also