PythonDictionary.Create

Syntax

Create(Params: Array);

Parameters

Params. Values array, based on which a dictionary should be created.

Description

The Create constructor creates a dictionary based on the specified values array.

Comments

The Params array should contain a dictionary that is a result of Python function execution. To create a new dictionary, in the Fore code send the Params parameter that is set to Null and add required key-value pairs using the IPythonDictionary.Update method.

Example

The constructor use is given in the example for IPythonDictionary.Item, IPythonDictionary.Update.

See also:

PythonDictionary