GH_ComponentParamServer.Output Property

GH_ComponentParamServerOutput Property

Gets or sets the output list of parameters. Do not insert or remove parameters from this list, use the dedicated functions instead.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<IGH_Param> Output { get; }
Public ReadOnly Property Output As List(Of IGH_Param)
	Get

Property Value

Type: ListIGH_Param

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentParamServer.Output"]

See Also