IPythonParameter

Assembly: Python;

Description

The IPythonParameter interface is used to work with a function named parameter in the Python language.

Inheritance Hierarchy

IPythonParameter

Comments

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.

Properties

  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 Interfaces