contains_custom_property method

contains_custom_property

Check presents of a custom property with a specified name.

Returns

Return true if property exists, false overwise.

def contains_custom_property(self, name):
    ...
ParameterTypeDescription
namestrName of a custom property to check.

See Also