Click or drag to resize

GH_ComponentParamServerUnregisterOutputParameter Method (IGH_Param)

Removes the specified parameter from this component.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool UnregisterOutputParameter(
	IGH_Param param
)

Parameters

param
Type: Grasshopper.KernelIGH_Param
Parameter to remove

Return Value

Type: Boolean
See Also