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):
...
Parameter | Type | Description |
---|---|---|
xmp_array_type | XmpArrayType | Type of the XMP array. |
Exceptions
Exception | Description |
---|---|
XmpException | Invalid enum argument exception |
See Also
- module
aspose.cad.xmp
- class
XmpArrayHelper
- class
XmpArrayType
- class
XmpException