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

VObjectCollection.Insert Method (Int32, Object)

Inserts an object into the collection at the specified index.

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

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As Object _
)
C#
public void Insert(
	int index,
	Object value
)

Parameters

index

Type: System.Int32

A zero-based index at which an object should be added.
value

Type: System.Object

An object to insert.

Remarks

The value can be a null reference.

See Also

Reference