PythonParameter.Create

Syntax

Create(Name: String; Value: IPythonObject);

Parameters

Name. Parameter name. The name is case-sensitive.

Value. The instance of the Python object that is a value of the created parameter.

Description

The Create constructor creates the object that is a named parameter with specified value.

Comments

To execute the function, use the methods IPythonUtils.Invoke, IPythonClassObject.Invoke, Python.Invoke.

Example

The example of use is given in description of the IPythonParameter.Name property.

See also:

PythonParameter