Grasshopper API
GH_ComponentParamServerRegisterInputParam Method (IGH_Param, Int32) |
Add a parameter at the specific index of the input list.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public bool RegisterInputParam( IGH_Param new_param, int at_index )
Public Function RegisterInputParam ( new_param As IGH_Param, at_index As Integer ) As Boolean
Parameters
- new_param
- Type: Grasshopper.KernelIGH_Param
- at_index
- Type: SystemInt32