PythonParameters.IsTuple Method (console safe)
Returns true if the parameter at given index is Tuple (PythonParameters class instance)

IsTuple(
index
as Integer)
as Boolean
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
Returns
- Boolean
- True if the parameter at the given index is Boolean, else false
Remarks
See Also
PythonParameters Class