Click or drag to resize

GH_ComponentParamServerInput Property

Gets or sets the input 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> Input { get; }

Property Value

Type: ListIGH_Param

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

See Also