LayerCollection.removeAt Method

Removes the layer 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

The zero-based index of the layer to remove.

See Also

Reference