array_type property

array_type property

Gets the type of the XMP array.

Definition:

@property
def array_type(self):
    ...
@array_type.setter
def array_type(self, value):
    ...

See Also