GH_SwitcherComponentSwitchUnit(EvaluationUnit, Boolean, Boolean) Method
Switch to supplied unit.
Namespace: Karamba.GHopper.Utilities.UIWidgetsAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected virtual void SwitchUnit(
EvaluationUnit unit,
bool recompute = true,
bool recordEvent = true
)
Protected Overridable Sub SwitchUnit (
unit As EvaluationUnit,
Optional recompute As Boolean = true,
Optional recordEvent As Boolean = true
)
protected:
virtual void SwitchUnit(
EvaluationUnit^ unit,
bool recompute = true,
bool recordEvent = true
)
abstract SwitchUnit :
unit : EvaluationUnit *
?recompute : bool *
?recordEvent : bool
(* Defaults:
let _recompute = defaultArg recompute true
let _recordEvent = defaultArg recordEvent true
*)
-> unit
override SwitchUnit :
unit : EvaluationUnit *
?recompute : bool *
?recordEvent : bool
(* Defaults:
let _recompute = defaultArg recompute true
let _recordEvent = defaultArg recordEvent true
*)
-> unit
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.