Gets the index of an object in this collection.
AnnBatesElementCollection.prototype.indexOf = function(
item
)
indexOf(
item: IAnnBatesElement
): number;
annBatesElement
The object to query.
The 0-based index of annBatesElement if it exists in the collection; otherwise, -1.