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

LayerCollection.IndexOf Method

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

Overload List

Name Description
Public method IndexOf(Object)

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

Public method IndexOf(Layer)

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

See Also

Reference