|
![]() |
Get Index by sheet Id
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function IndexOfSheetId ( _ id As String _ ) As Integer |
C# |
---|
public int IndexOfSheetId( string id ) |
Visual C++ |
---|
public: int IndexOfSheetId( String^ id ) |
Parameters
- id
- Type: System..::..String
Remarks
For more information on Sheets see 'Sheets' in the 'Developer guide'.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |