PythonArguments.Item

Syntax

PythonArguments.Item( index)

Data Type

PythonArgument

Purpose

Returns a reference to an item at the specified index in the collection.

Parameters

index As Variant

[In] Specifies the zero-based index of the item to retrieve. An argument at a specified index in the PythonArguments collection corresponds to the parameter at the same index in the PythonParameters collection that you used to create the PythonArguments collection.

See Also

PythonArguments

PythonParameters