|
![]() |
Determines the index of a specific item in the Collection
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function IndexOf ( _ item As Field _ ) As Integer |
C# |
---|
public int IndexOf( Field item ) |
Visual C++ |
---|
public: virtual int IndexOf( Field^ item ) sealed |
Parameters
Implements
IList<(Of <(<'T>)>)>..::..IndexOf(T)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Argument 'item' has been Disposed |