|
|
Determines the index of the first item in the collection with the specified DisplayName
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function IndexOfDisplayName ( _ displayName As String _ ) As Integer |
| C# |
|---|
public int IndexOfDisplayName( string displayName ) |
| Visual C++ |
|---|
public: int IndexOfDisplayName( String^ displayName ) |
Parameters
- displayName
- Type: System..::..String