|
EvaluationUnitKeepLinks Property
|
Get or set evaluation unit links.
If true, the evaluation unit keeps track of connected document objects.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic bool KeepLinks { get; set; }
Public Property KeepLinks As Boolean
Get
Set
public:
property bool KeepLinks {
bool get ();
void set (bool value);
}
member KeepLinks : bool with get, set
Property Value
Type:
Boolean
See Also