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

Property Value

Type: ListIGH_Param
See Also