get_param_text method

get_param_text

Gets the literal text of the parameter at given index.

Returns

literal text of the parameter

def get_param_text(self, index):
    ...
ParameterTypeDescription
indexintindex of the parameter(0 based)

See Also