Create(Name: String; Value: IPythonObject);
Name. Parameter name. The name is case-sensitive.
Value. The instance of the Python object that is a value of the created parameter.
The Create constructor creates the object that is a named parameter with specified value.
To execute the function, use the methods IPythonUtils.Invoke, IPythonClassObject.Invoke, Python.Invoke.
The example of use is given in description of the IPythonParameter.Name property.
See also: