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

ListItemCollection.Remove Method (IListItem[])

Removes specified items from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	values As IListItem() _
)
C#
public void Remove(
	IListItem[] values
)

Parameters

values

Type: Aurigma.GraphicsMill.WinControls.IListItem []

An array of list items to remove.

See Also

Reference