Removes the item at the specified index of the collection.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function removeAt(index);
Type: Global.Number
The zero-based index of the item to remove.This method corresponds to Collection.RemoveAt(Int32) server-side member.