GH_DocumentEnabled Property |
Gets or sets the enabled state for this document.
Enabled documents respond to events and display their previews in the Rhino viewport.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.Enabled"]
See Also