XmpArray constructor

init

Initializes a new instance of the XmpArray class.

def __init__(self, type):
    ...
ParameterTypeDescription
typeXmpArrayTypeThe type of array.

init

Initializes a new instance of the XmpArray class.

def __init__(self, type, items):
    ...
ParameterTypeDescription
typeXmpArrayTypeThe type of array.
itemslistThe items list.

See Also