remove method

remove(custom_prop)

Remove the CustomProp object from the collection.

def remove(self, custom_prop):
    ...
Parameter Type Description
custom_prop CustomProp

See Also