|
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:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic List<IGH_Param> StaticOutputs { get; }
Public ReadOnly Property StaticOutputs As List(Of IGH_Param)
Get
public:
property List<IGH_Param^>^ StaticOutputs {
List<IGH_Param^>^ get ();
}
member StaticOutputs : List<IGH_Param> with get
Property Value
Type:
ListIGH_Param
See Also