set_xmp_type_value method

set_xmp_type_value

Sets the XMP type value.

def set_xmp_type_value(self, key, value):
    ...
ParameterTypeDescription
keystrThe string representation of key that is identified with set value.
valueaspose.cad.xmp.types.XmpTypeBaseThe value to set to.

See Also