|
GH_SwitcherComponentUnitlessExistence Property
|
Determines whether the switcher can exists without an active evaluation unit.
Default is false(exactly one unit must be active at any given time).
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic virtual bool UnitlessExistence { get; }
Public Overridable ReadOnly Property UnitlessExistence As Boolean
Get
public:
virtual property bool UnitlessExistence {
bool get ();
}
abstract UnitlessExistence : bool with get
override UnitlessExistence : bool with get
Property Value
Type:
Boolean
See Also