|
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)
Syntaxpublic void ClearUnit(
bool recompute = true,
bool recordEvent = true
)
Public Sub ClearUnit (
Optional recompute As Boolean = true,
Optional recordEvent As Boolean = true
)
public:
void ClearUnit(
bool recompute = true,
bool recordEvent = true
)
member ClearUnit :
?recompute : bool *
?recordEvent : bool
(* Defaults:
let _recompute = defaultArg recompute true
let _recordEvent = defaultArg recordEvent true
*)
-> unit
Parameters
- recompute (Optional)
- Type: SystemBoolean
True if the component should be recomputed.
- recordEvent (Optional)
- Type: SystemBoolean
True if events should be recorded.
See Also