This documentation is for the old version. Go to the latest Graphics Mill docs

XmpArrayNode Methods

The XmpArrayNode type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Add

Adds an item to the array.

Public method Clear

Sets all elements in the array to zero, to false, or to a null reference (Nothing in Visual Basic), depending on the element type.

Public method Contains

Determines whether an element is in the array.

Public method CopyTo

Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals

Compares this XmpNode with the specified object.

(Inherited from XmpNode.)
Public method GetEnumerator

Returns an enumerator for the palette entries allowing it to be used in foreach blocks.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf

Searches for the specified object and returns the index of the first occurrence within the current one-dimensional instance.

Public method Insert

Inserts an item to the array at the specified position.

Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

Removes the first occurrence of a specific object from the array.

Public method RemoveAt

Removes the item at the specified index.

Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

See Also

Reference