Click or drag to resize

GH_ParamTRecipients Property

Gets a list of all the recipients of this parameter. I.e. a recipient has this parameter as one of the sources. The Recipient list is maintained by the parameter, do not modify it yourself.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual IList<IGH_Param> Recipients { get; }

Property Value

Type: IListIGH_Param

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.Recipients"]

Implements

IGH_ParamRecipients
See Also