Goblin - A Platform for 3D AR and VR Applications

ImportCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Import in the ImportCollection.

public virtual int IndexOf(
   Import item
);

Parameters

item
The Import to locate in the ImportCollection.

Return Value

The zero-based index of the first occurrence of item in the entire ImportCollection, if found; otherwise, -1.

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace