XmpArray constructor
init
Initializes a new instance of the XmpArray
class.
def __init__(self, type):
...
Parameter | Type | Description |
---|---|---|
type | XmpArrayType | The type of array. |
init
Initializes a new instance of the XmpArray
class.
def __init__(self, type, items):
...
Parameter | Type | Description |
---|---|---|
type | XmpArrayType | The type of array. |
items | list | The items list. |
See Also
- module
aspose.cad.xmp
- class
XmpArray