|
GH_SwitcherComponentactiveUnit Field
|
Currently active unit.
The semantics of this field depends on the UnitlessExistence field.
if UnitlessExistence is true, this field can be null.
Else this field must hold a reference to a valid evaluation unit.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxprotected EvaluationUnit activeUnit
Protected activeUnit As EvaluationUnit
protected:
EvaluationUnit^ activeUnit
val mutable activeUnit: EvaluationUnit
Field Value
Type:
EvaluationUnit
See Also