Click or drag to resize

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:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public List<IGH_Param> StaticInputs { get; }

Property Value

Type: ListIGH_Param
See Also