Assembly: Python;
The IPythonParameter interface is used to work with a function named parameter in the Python language.
IPythonParameter
Named parameters are used if a function has parameters with default values, and only values of specific parameters must be sent on execution.
To create a new parameter, use the PythonParameter Fore class.
Property name | Brief description | |
Name | The Name property determines name of the parameter. | |
Value | The Value property determines a parameter value. |
See also: