contains_key method

contains_key

Determines whether CadDimensionStyleTable contained within this dictionary.

Returns

True if the current dictionary contains an element with the key; otherwise, false.

def contains_key(self, key):
    ...
ParameterTypeDescription
keystrThe CadDimensionStyleTable key.

See Also