Click or drag to resize

GH_ComponentParamServerRegisterOutputParam Method (IGH_Param)

Add a parameter to the end of the output list.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool RegisterOutputParam(
	IGH_Param new_param
)

Parameters

new_param
Type: Grasshopper.KernelIGH_Param

Return Value

Type: Boolean
See Also