|
|
Try to Convert sheet with sheetId.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryConvertSheet ( _ sheetId As String _ ) As Boolean |
| C# |
|---|
public bool TryConvertSheet( string sheetId ) |
| Visual C++ |
|---|
public: bool TryConvertSheet( String^ sheetId ) |
Parameters
- sheetId
- Type: System..::..String
Id of sheet to try to convert
Return Value
false if sheet could not be converted
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Document IsClear |