remove method

remove(custom_prop)

Remove the CustomProp object from the collection.

def remove(self, custom_prop):
    ...
ParameterTypeDescription
custom_propCustomProp

See Also