ViewTable.RedrawEnabled Property

ViewTableRedrawEnabled Property

Returns or sets (enable or disables) screen redrawing.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool RedrawEnabled { get; set; }
Public Property RedrawEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also