remove_custom_property method

remove_custom_property

Remove a custom property associated with a specified name.

Returns

Return true if a property was removed, false overwise.

def remove_custom_property(self, name):
    ...
ParameterTypeDescription
namestrName of a custom property to remove.

See Also