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
)
Public Function RegisterOutputParam (
new_param As IGH_Param
) As Boolean
Parameters
- new_param
- Type: Grasshopper.KernelIGH_Param
Return Value
Type:
BooleanSee Also