PythonParameter

Assembly: Python;

Description

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

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