remove method
remove
Removes the CadAppIdTableObject
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):
...
Parameter | Type | Description |
---|---|---|
key | str | The CadAppIdTableObject key to remove. |
remove
Removes the element with the specified key from the IDictionary object.
def remove(self, key):
...
Parameter | Type | Description |
---|---|---|
key | any | The key of the element to remove. |
See Also
- module
aspose.cad.fileformats.cad
- class
CadAppIdDictionary
- class
CadAppIdTableObject