PythonModule.Parameters

Syntax

PythonModule.Parameters

Data Type

PythonParameters

Purpose

Returns a PythonParameters collection for the specified operation in the Python module. The collection contains a list of the current parameters used as inputs and the return values for the specified operation.

Remarks

You must obtain the PythonParameters collection before you can add or modify a parameter.

See Also

PythonParameters