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