GH_SwitcherComponentSwitchUnit(EvaluationUnit, Boolean, Boolean) Method

Switch to supplied unit.

Definition

Namespace: Karamba.GHopper.Utilities.UIWidgets
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected virtual void SwitchUnit(
	EvaluationUnit unit,
	bool recompute = true,
	bool recordEvent = true
)

Parameters

unit  EvaluationUnit
The unit to switch to.
recompute  Boolean  (Optional)
True if the component should be recomputed.
recordEvent  Boolean  (Optional)
True if events should be recorded.

See Also