RhinoCommon API
IndexPairIndexOf Method |
Determines the index of a specific item in IndexPair.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

Parameters
- item
- Type: SystemInt32
The object to locate in the IListT.
Return Value
Type: Int32The index, 0 for I or 1 for J of item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)