GH_DocumentRaiseEvents Property |
If RaiseEvents is set to false, all the On....() methods of this document will stop raising events.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool RaiseEvents { get; set; }
Public Property RaiseEvents As Boolean
Get
Set
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.RaiseEvents"]
See Also