|
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:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxprotected EvaluationUnit activeUnit
Protected activeUnit As EvaluationUnit
protected:
EvaluationUnit^ activeUnit
val mutable activeUnit: EvaluationUnit
Field Value
Type:
EvaluationUnit
See Also