Click or drag to resize

GH_InputParamManagerAddAngleParameter Method

Overload List
  NameDescription
Public methodAddAngleParameter(String, String, String, GH_ParamAccess)
Add a floating point Number parameter to the input list of this component. The parameter will be aware that it is representing angles.
Public methodAddAngleParameter(String, String, String, GH_ParamAccess, IEnumerableDouble)
Add a floating point Number parameter to the input list of this component. The parameter will be aware that it is representing angles.
Public methodAddAngleParameter(String, String, String, GH_ParamAccess, Double)
Add a floating point Number parameter to the input list of this component. The parameter will be aware that it is representing angles.
Top
See Also