Click or drag to resize

GH_ComponentParamServerRegisterOutputParam Method (IGH_Param, Int32)

Add a parameter at the specific index of the output list.

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

Parameters

new_param
Type: Grasshopper.KernelIGH_Param
at_index
Type: SystemInt32

Return Value

Type: Boolean
See Also