IGH_Param.RemoveSource Method (IGH_Param)

IGH_ParamRemoveSource Method (IGH_Param)

Remove the specified source from this parameter.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void RemoveSource(
	IGH_Param source
)
Sub RemoveSource ( 
	source As IGH_Param
)

Parameters

source
Type: Grasshopper.KernelIGH_Param
Source to remove.
See Also