PythonParameters.IsDictionary Method (console safe)
Returns true if the parameter at given index is PythonDictionary

IsDictionary(
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