|
![]() |
Convert sheet with sheetId.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub ConvertSheet ( _ sheetId As String _ ) |
C# |
---|
public void ConvertSheet( string sheetId ) |
Visual C++ |
---|
public: void ConvertSheet( String^ sheetId ) |
Parameters
- sheetId
- Type: System..::..String
Id of sheet to convert
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Argument 'sheetId' is not contained in current document. |
Autodesk.Navisworks.Api..::..DocumentFileException | Failed to convert |