PythonParameter

Assembly: Python;

Namespace: Prognoz.Platform.Interop.Python;

Description

The PythonParameter class implements the named parameter that can be sent to a Python function.

Fore.NET Syntax

Class to get analog of the PythonParameter class:

None;

Class to get analog of the PythonParameter class object:

PythonParameterClass();

Constructors

  Constructor name Brief description
Create The Create constructor creates the object that is a named parameter with specified value.

Class object properties inherited from IPythonParameter

  Property name Brief description
Name The Name property determines name of the parameter.
Value The Value property determines a parameter value.

See also:

Python Assembly Classes