|
|
Try to switch to the sheet with Id sheetId.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TrySetActiveSheet ( _ sheetId As String _ ) As Boolean |
| C# |
|---|
public bool TrySetActiveSheet( string sheetId ) |
| Visual C++ |
|---|
public: bool TrySetActiveSheet( String^ sheetId ) |
Parameters
- sheetId
- Type: System..::..String
Id of sheet to make active
Return Value
false if sheet could not be made active
Remarks
For more information on Sheets see 'Sheets' "in the 'Developer guide'.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Document IsClear |