Returns the zero-based index of the first occurrence of a value
            in the 
DimGroup or in a portion of it.
            
 (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overridable Function IndexOf ( _
	item As Object _
) As Integer | 
| Visual C++ | 
|---|
| public:
virtual int IndexOf(
	Object^ item
) | 
Return Value
            The zero-based index of the first occurrence of 
            
item within the entire 
            
DimGroup, if found; otherwise, -1.
            
Implements
IList..::..IndexOf(Object) See Also
See Also