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

Collection.insert Method

Inserts the specified item into the collection at the specified index.

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

Syntax

Java Script
function insert(index, item);

Parameters

index

Type: Global.Number

The zero-based index at which item should be inserted.
item

Type: Global.Type

The item to insert.

Remarks

This method corresponds to Collection.Insert(Int32, T) server-side member.

See Also

Reference