Grasshopper API
IGH_VarParamComponentConstructVariable Method |
This function is called whenever a new parameter is required.
You must provide a non-null instance for new_param, otherwise the addition will be cancelled.
The Param field of the event arguments will typically be null.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
IGH_Param ConstructVariable( GH_VarParamEventArgs e )
Function ConstructVariable ( e As GH_VarParamEventArgs ) As IGH_Param