XmpArrayNode.RemoveAt Method

Removes the XmpArrayNode item at the specified index.

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

Syntax

C#
public void RemoveAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the item to remove.

Implements

IList.RemoveAt(Int32)

See Also

Reference