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

ListItemCollection.Add Method (IListItem[])

Adds an array of list items into the collection.

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

Syntax

Visual Basic
Public Function Add ( _
	items As IListItem() _
) As Integer
C#
public int Add(
	IListItem[] items
)

Parameters

items

Type: Aurigma.GraphicsMill.WinControls.IListItem []

Array of objects implementing the IListItem interface to add.

Return Value

An integer number which specify the index of the first added item.

See Also

Reference