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

Collection<T>.RemoveAt Method

Removes the item 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 Overridable Sub RemoveAt ( _
	index As Integer _
)
C#
public virtual void RemoveAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the item to remove.

See Also

Reference