GH_Document.SetEnabledFlags Method (Boolean)

GH_DocumentSetEnabledFlags Method (Boolean)

Set the enabled flags of all selected objects to true or false

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetEnabledFlags(
	bool bEnable
)
Public Sub SetEnabledFlags ( 
	bEnable As Boolean
)

Parameters

bEnable
Type: SystemBoolean
See Also