|
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)
Syntaxprotected 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
- 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