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

XmpArrayNode.RemoveAt Method

Removes the item at the specified index.

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

Syntax

Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)

Parameters

index

Type: System.Int32

Zero-based index of the item to remove.

See Also

Reference