[ Version ( since = "3.0" ) ]
public void add_uint_aux_argument (string name, string nick, string? blurb, uint min, uint max, uint value, ParamFlags flags)
Add a new unsigned integer auxiliary argument to this.
| this |
the Procedure. |
| name |
the name of the argument to be created. |
| nick |
the label used in |
| blurb |
a more detailed help description. |
| min |
the minimum value for this argument |
| max |
the maximum value for this argument |
| value |
the default value. |
| flags |
argument flags. |