Click or drag to resize

GH_SwitcherComponentClearUnit Method

Clear active evaluation unit. If the component cannot exist without an active evaluation unit, this method does nothing.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public void ClearUnit(
	bool recompute = true,
	bool recordEvent = true
)

Parameters

recompute (Optional)
Type: SystemBoolean
True if the component should be recomputed.
recordEvent (Optional)
Type: SystemBoolean
True if events should be recorded.
See Also