Click or drag to resize

GH_SwitcherComponentSwitchUnit Method (EvaluationUnit, Boolean, Boolean)

Switch to supplied unit.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected virtual void SwitchUnit(
	EvaluationUnit unit,
	bool recompute = true,
	bool recordEvent = true
)

Parameters

unit
Type: Karamba.GHopper.Utilities.UIWidgetsEvaluationUnit
The unit to switch to.
recompute (Optional)
Type: SystemBoolean
True if the component should be recomputed.
recordEvent (Optional)
Type: SystemBoolean
True if events should be recorded.
See Also