|
![]() |
Determines the index of the first item in the collection with the specified guid
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function IndexOfGuid ( _ value As Guid _ ) As Integer |
C# |
---|
public int IndexOfGuid( Guid value ) |
Visual C++ |
---|
public: int IndexOfGuid( Guid value ) |
Parameters
- value
- Type: System..::..Guid