Click or drag to resize

RuntimeComponentDataDynamicOutputs Property

Get component's dynamic outputs. Contains those output parameters that do not belong the the component's default output 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> DynamicOutputs { get; }

Property Value

Type: ListIGH_Param
See Also