|
|
Switch to the sheet with Id sheetId.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub SetActiveSheet ( _ sheetId As String _ ) |
| C# |
|---|
public void SetActiveSheet( string sheetId ) |
| Visual C++ |
|---|
public: void SetActiveSheet( String^ sheetId ) |
Parameters
- sheetId
- Type: System..::..String
Id of sheet to make active
Remarks
For more information on Sheets see 'Sheets' "in the 'Developer guide'.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Argument 'sheetId' is not contained in current document. |
| Autodesk.Navisworks.Api..::..DocumentFileException | Failed to load sheet |