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

ListItemCollection.Insert Method (Int32, IListItem[])

Inserts an array of items into the collection at the specified index.

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

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	items As IListItem() _
)
C#
public void Insert(
	int index,
	IListItem[] items
)

Parameters

index

Type: System.Int32

A zero-based index at which items should be inserted.
items

Type: Aurigma.GraphicsMill.WinControls.IListItem []

An array of list item objects to insert.

See Also

Reference