GH_ComponentGH_OutputParamManagerRegisterParam Method (IGH_Param, GH_ParamAccess) |
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,
GH_ParamAccess access
)
Public Sub RegisterParam (
param As IGH_Param,
access As GH_ParamAccess
)
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
The parameter to add. - access
- Type: Grasshopper.KernelGH_ParamAccess
Parameter access, you should set this field if you intend to output lists here.
See Also