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

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.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Sub RemoveAt ( _
	index As Integer _
)
C#
public override void RemoveAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the layer to remove.

See Also

Reference