GH_ComponentGH_OutputParamManagerRegisterParam Method (IGH_Param) |
Generic parameter registration. This class provides methods to register standard parameters,
but if you have a special type you're in charge of setting it all up yourself.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RegisterParam(
IGH_Param param
)
Public Sub RegisterParam (
param As IGH_Param
)
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
The parameter to add
See Also