GH_ComponentParamServer.RegisterInputParam Method (IGH_Param)

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
)
Public Function RegisterInputParam ( 
	new_param As IGH_Param
) As Boolean

Parameters

new_param
Type: Grasshopper.KernelIGH_Param

Return Value

Type: Boolean
See Also