Grasshopper API
GH_ParamTAddSource Method (IGH_Param) | 
 Append a new Source parameter to the end of the Sources list. 
 Sources provide this parameter with data at runtime.
 
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public virtual void AddSource( IGH_Param source )
Public Overridable Sub AddSource ( source As IGH_Param )
Parameters
- source
 - Type: Grasshopper.KernelIGH_Param
Source to append.