|
EvaluationUnitContextCollection Property
|
Get or set context's menu collection.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic GH_MenuCollection Collection { get; set; }
Public Property Collection As GH_MenuCollection
Get
Set
public:
property GH_MenuCollection^ Collection {
GH_MenuCollection^ get ();
void set (GH_MenuCollection^ value);
}
member Collection : GH_MenuCollection with get, set
Property Value
Type:
GH_MenuCollection
See Also