|
RuntimeComponentDataStaticInputs Property
|
Get component's default inputs.
Default inputs are those parameters that appear in the regular grasshopper
component 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> StaticInputs { get; }
Public ReadOnly Property StaticInputs As List(Of IGH_Param)
Get
public:
property List<IGH_Param^>^ StaticInputs {
List<IGH_Param^>^ get ();
}
member StaticInputs : List<IGH_Param> with get
Property Value
Type:
ListIGH_Param
See Also