XmpArray Constructor (XmpArrayType) |
Initializes a new instance of the
XmpArray class.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic XmpArray(
XmpArrayType type
)
Public Sub New (
type As XmpArrayType
)
public:
XmpArray(
XmpArrayType type
)
new :
type : XmpArrayType -> XmpArray
Parameters
- type
- Type: Aspose.CAD.XmpXmpArrayType
The type of array.
See Also