|
![]() |
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 GridSystem _ ) As Integer |
C# |
---|
public int IndexOf( GridSystem item ) |
Visual C++ |
---|
public: virtual int IndexOf( GridSystem^ item ) sealed |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..GridSystem
Implements
IList<(Of <(<'T>)>)>..::..IndexOf(T)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Argument 'item' has been Disposed |