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

VObjectCollection.removeAt Method

Removes the v-object at the specified index of the collection.

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

Syntax

Java Script
function removeAt(index);

Parameters

index

Type: Global.Number

A zero-based index of the v-object to remove.

Remarks

This method corresponds to VObjectCollection.RemoveAt(Int32) server-side member.

See Also

Reference