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

ListItemCollection.Add Method (IListItem)

Adds a list item into the collection.

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

Syntax

Visual Basic
Public Function Add ( _
	value As IListItem _
) As Integer
C#
public int Add(
	IListItem value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IListItem

An object implementing the IListItem interface to add.

Return Value

An integer number which specify the index of the just-added item.

See Also

Reference