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