Skip to main content
All docs
V23.2

XmpArray Members

An XMP metadata node with an array value.

Properties

Name Description
ArrayType Retrieves the array type.
Count Gets the number of items in the array.
Item[Int32] Gets the array item at the specified index.
Language Gets or sets the default language for the node value. Inherited from XmpValueNode.
Name Gets the node name. Inherited from XmpNode.
Qualifiers Gets a list of value node qualifiers. Inherited from XmpValueNode.
Type Gets the node’s value type.
Values Retrieves a list of array item values.

Methods

Name Description
Add(Boolean) Adds a new item to the array.
Add(DateTime) Adds a new item to the array.
Add(Int32) Adds a new item to the array.
Add(Single) Adds a new item to the array.
Add(String) Adds a new item to the array.
AddArray() Adds an empty array item to the array.
AddArray(XmpArrayType) Adds an empty array item to the array.
AddSimpleValue(String) Add a new simple value item to the array.
AddStructure() Adds a new empty structure to the array.
Clear() Clears the array.
Contains(XmpValueNode) Determines whether the array contains the specified item.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetArray(Int32) Gets an array value of an item located at the specified index.
GetDate(Int32) Gets a DateTime value of an item located at the specified index.
GetFloat(Int32) Gets the Single value of an item at the specified index.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetInteger(Int32) Gets the Int32 value of an item at the specified index.
GetSimpleValue(Int32) Gets a simple value item at the specified index.
GetString(Int32) Gets the String value of an item at the specified index.
GetStructure(Int32) Gets a structure item at the specified index.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(XmpValueNode) Removes the specified item from the array.
RemoveAt(Int32) Removes an item at the specified index from the array.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also