|
RuntimeComponentDataDynamicInputs Property
|
Get component's dynamic inputs.
Contains those input parameters that do not belong the the component's
default input section.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic List<IGH_Param> DynamicInputs { get; }
Public ReadOnly Property DynamicInputs As List(Of IGH_Param)
Get
public:
property List<IGH_Param^>^ DynamicInputs {
List<IGH_Param^>^ get ();
}
member DynamicInputs : List<IGH_Param> with get
Property Value
Type:
ListIGH_Param
See Also