Click or drag to resize

RuntimeComponentDataStaticOutputs Property

Get component's default ouputs. Default outputs are those parameters that appear in the regular grasshopper component 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> StaticOutputs { get; }

Property Value

Type: ListIGH_Param
See Also