add_value method
add_value
Adds the value.
def add_value(self, key, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | str | The string representation of key that is identified with added value. |
| value | str | The value to add to. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | key is null. |
See Also
- module
aspose.cad.xmp - class
XmpPackage