Find the first item that matches with "group" and "element" parameters and return its index.
If the item is not in the list, IndexOf returns -1.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public int IndexOf( int group, int element )
Public Function IndexOf ( _ group As Integer, _ element As Integer _ ) As Integer
public: int IndexOf( int group, int element )
Parameters
- group
- Int32
 The tag group
- element
- Int32
 The tag element


























