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

ListItemCollection.RemoveAt Method

Removes a list item of the collection at the specified index.

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

Syntax

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

Parameters

index

Type: System.Int32

An integer value specifying a zero-based index of the list item to remove.

See Also

Reference