Assembly: Python;
Namespace: Prognoz.Platform.Interop.Python;
The PythonParameter class implements the named parameter that can be sent to a Python function.
Class to get analog of the PythonParameter class:
None;
Class to get analog of the PythonParameter class object:
PythonParameterClass();
| Constructor name | Brief description | |
| Create | The Create constructor creates the object that is a named parameter with specified value. |
| Property name | Brief description | |
| Name | The Name property determines name of the parameter. | |
| Value | The Value property determines a parameter value. |
See also: