get_rdf_code method

get_rdf_code

Gets the RDF code for specific XmpArrayType.

Returns

Returns the RDF code for specific XmpArrayType.

def get_rdf_code(self, xmp_array_type):
    ...
ParameterTypeDescription
xmp_array_typeXmpArrayTypeType of the XMP array.

Exceptions

ExceptionDescription
XmpExceptionInvalid enum argument exception

See Also