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)
function insert(index, item);
Type: Global.Number
The zero-based index at which item should be inserted.Type: Global.Type
The item to insert.This method corresponds to Collection.Insert(Int32, T) server-side member.