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

VObjectCollection.Insert Method

Inserts a v-object into the collection at the specified index.

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

Syntax

Visual Basic
Public Overrides Sub Insert ( _
	index As Integer, _
	item As VObject _
)
C#
public override void Insert(
	int index,
	VObject item
)

Parameters

index

Type: System.Int32

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

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObject

A v-object to insert.

See Also

Reference