PythonParameters.TupleValue Method (console safe)
Sets or gets Tuple value at given index in the Parameter block. (Note this is of the type PythonParamters)

TupleValue(
index
as Integer)
as PythonParameters
TupleValue(
index
as Integer
assigns value
as PythonParameters)
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
- value (assignment parameter)
- The value to set
Returns
- PythonParameters
Remarks
See Also
PythonParameters Class