|
GH_SwitcherComponentUnitlessExistence Property
|
Determines wether 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:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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