XMPData_GetArrayCount

Return the item count of an Array or Bag property in a XMP data object.
XMPData_GetArrayCount(xmpDataRef;propPath) ➔ itemCount
xmpDataRef Text The XMP data reference.
propPath Text The property path.
↩︎ itemCount Longint The property item count.

Return the item count of an Array or Bag property in a XMP data object.

Parameter xmpDataRef is the reference to the XMP data object.

Parameter propPath is the full path of the Array or Bag property.

The item count is returned in the method result (itemCount).