Click or drag to resize

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

Property Value

Type: ListIGH_Param
See Also