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; }
Public Overridable ReadOnly Property Recipients As IList(Of IGH_Param)
Get
Property Value
Type:
IListIGH_Param[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.Recipients"]
Implements
IGH_ParamRecipientsSee Also