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