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

VObjectCollection.Insert Method (Int32, IVObject)

Inserts a v-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 IVObject _
)
C#
public void Insert(
	int index,
	IVObject value
)

Parameters

index

Type: System.Int32

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

Type: Aurigma.GraphicsMill.WinControls.IVObject

A v-object to insert.

See Also

Reference