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

VObjectCollection.IndexOf Method

Searches for the specified object and returns the zero-based index of the first occurrence within the entire v-object 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(IVObject)

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

See Also

Reference