Returns the index of the first occurrence of a value in the collection.
'Declaration
Public Function IndexOf( _
ByVal As AxisBase _
) As System.Integer
public System.int IndexOf(
AxisBase
)
Parameters
- value
The object to locate in the collection.
Return Value
Returns the index of the first occurrence of a value in the collection.