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

XmpArrayNode.Add Method

Adds an item to the array.

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

Syntax

Visual Basic
Public Function Add ( _
	node As Object _
) As Integer
C#
public int Add(
	Object node
)

Parameters

node

Type: System.Object

The object to be added.

Return Value

The position into which the new element was inserted.

Implements

IList.Add(Object)

See Also

Reference