IGH_ParamSources Property |
Gets a list of source parameters. Do not modify this list,
if you wish to add or remove sources, use dedicated functions
like AddSource() and RemoveSource instead.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax IList<IGH_Param> Sources { get; }
ReadOnly Property Sources As IList(Of IGH_Param)
Get
Property Value
Type:
IListIGH_Param[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_Param.Sources"]
Return Value
Type:
IListIGH_ParamThe sources for this parameter.
See Also