XmpArray Constructor (XmpArrayType, String) |
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,
string[] items
)
Public Sub New (
type As XmpArrayType,
items As String()
)
public:
XmpArray(
XmpArrayType type,
array<String^>^ items
)
new :
type : XmpArrayType *
items : string[] -> XmpArray
Parameters
- type
- Type: Aspose.CAD.XmpXmpArrayType
The type of array. - items
- Type: SystemString
The items list.
See Also