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

Property Value

Type: ListIGH_Param
See Also