|
![]() |
Append contents of sheet to current active sheet.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub AppendSheet ( _ sheet As SheetInfo _ ) |
C# |
---|
public void AppendSheet( SheetInfo sheet ) |
Visual C++ |
---|
public: void AppendSheet( SheetInfo^ sheet ) |
Parameters
- sheet
- Type: Autodesk.Navisworks.Api..::..SheetInfo
SheetInfo to try and append sheet from
Remarks
For more information on Sheets see 'Sheets' "in the 'Developer guide'.
Exceptions
Exception | Condition |
---|---|
Autodesk.Navisworks.Api..::..DocumentFileException | Failed to append sheet |
System..::..InvalidOperationException | Document IsClear |