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.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

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

Return Value

Returns the index of first found item

See Also