PythonModule.NewArguments
- Updated2024-10-09
- 1 minute(s) read
PythonModule.NewArguments
Syntax
PythonModule.NewArguments
Return Value
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.