GH_ComponentParamServer.Input Property

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; }
Public ReadOnly Property Input As List(Of IGH_Param)
	Get

Property Value

Type: ListIGH_Param

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

See Also