remove method
remove
Remove the value with the specified key.
Returns
Returns true if the value with the specified key was removed.
def remove(self, key):
...
Parameter | Type | Description |
---|---|---|
key | str | The string representation of key that is identified with removed value. |
See Also
- module
aspose.cad.xmp
- class
XmpPackage