remove method

remove(item)

Remove the Layer object from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemLayer

See Also