PythonModule.NewArguments

Syntax

PythonModule.NewArguments

Return Value

PythonArguments

Purpose

Creates and returns a new PythonArguments object. Use this object to pass the argument, interpreter reference, and class reference values to the PythonModule object using the PythonModule.Execute method.

Remarks

The new PythonArguments collection contains the same number of items as the corresponding PythonModule.Parameters collection.

To pass an argument value to a parameter, set the PythonArgument.Value property to an item in the PythonArguments collection that has the same index as the parameter in the PythonParameters collection.

See Also

PythonArguments

PythonModule

PythonParameters

PythonArgument.Value

PythonModule.Execute

PythonModule.Parameters