Click or drag to resize

GH_ComponentParamServerRegisterInputParam Method (IGH_Param)

Add a parameter to the end of the input list.

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

Parameters

new_param
Type: Grasshopper.KernelIGH_Param

Return Value

Type: Boolean
See Also