get_param_text method

get_param_text

Gets the literal text of the parameter at given index.

Returns

The literal text of the parameter.

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

See Also