XmpArrayNode.Add Method

Adds an item to the XmpArrayNode.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public int Add(
	Object node
)

Parameters

node

Type: System.Object

The object to add to the XmpArrayNode.

Return Value

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the array.

Implements

IList.Add(Object)

See Also

Reference