XmpArrayNode.Insert Method

Inserts an item to the XmpArrayNode at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	Object node
)

Parameters

index

Type: System.Int32

The zero-based index at which value should be inserted.
node

Type: System.Object

The object to insert into the XmpArrayNode.

Implements

IList.Insert(Int32, Object)

Remarks

If index equals the number of items in the XmpArrayNode, then value is appended to the end.

See Also

Reference