GH_Param(T).RemoveSource Method (IGH_Param)

GH_ParamTRemoveSource Method (IGH_Param)

Remove the specified source from this parameter.

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

Parameters

source
Type: Grasshopper.KernelIGH_Param
Source to remove.

Implements

IGH_ParamRemoveSource(IGH_Param)
See Also