XMPData_GetArrayPropertyItemsΒΆ

Load the contents of an *Array* or *Bag* property containing simple values into a 4D text array.
XMPData_GetArrayPropertyItems(xmpDataRef; arrayPropPath; itemArrayPtr)
xmpDataRef Text The XMP data reference.
arrayPropPath Text The path of the XMP Array or Bag property.
itemArrayPtr Pointer Pointer to the text array that will receive the property item values.

This is a convenience method that given an XMP data reference and the path to an Array or Bag property containing simple values, loads all property item values into a 4D text array.