|
![]() |
Determines the index of a specific item in the IList.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Private Function IndexOf ( _ value As Object _ ) As Integer Implements IList.IndexOf |
C# |
---|
int IList.IndexOf( Object value ) |
Visual C++ |
---|
private: virtual int IndexOf( Object^ value ) sealed = IList::IndexOf |
Parameters
- value
- Type: System..::..Object
The Object to locate in the IList.