get_by_index method

get_by_index(self, index)

Returns a single Filter object from a collection.


def get_by_index(self, index):
    ...
ParameterTypeDescription
indexint

See Also