Click or drag to resize

GH_OutputParamManagerRegisterParam Method

Overload List
  NameDescription
Public methodRegisterParam(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.
Public methodRegisterParam(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.
Public methodRegisterParam(IGH_Param, String, String, String)
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.
Public methodRegisterParam(IGH_Param, String, String, String, 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.
Top
See Also