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

LayerCollection.IndexOf Method (Layer)

Searches for the specified layer and returns the zero-based index of the first occurrence within the entire collection.

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

Syntax

Visual Basic
Public Function IndexOf ( _
	layer As Layer _
) As Integer
C#
public int IndexOf(
	Layer layer
)

Parameters

layer

Type: Aurigma.GraphicsMill.WinControls.Layer

The layer to locate in the collection.

Return Value

A zero-based index of the first occurrence of the layer within the entire collection, if found; otherwise, -1.

See Also

Reference