remove method

remove

Removes the CadDimensionStyleTable with the specified key.

Returns

True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.

def remove(self, key):
    ...
ParameterTypeDescription
keystrThe CadDimensionStyleTable key to remove.

remove

Removes the element with the specified key from the IDictionary object.

def remove(self, key):
    ...
ParameterTypeDescription
keyanyThe key of the element to remove.

See Also