|
|
Try to 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 Function TryAppendSheet ( _ sheet As SheetInfo _ ) As Boolean |
| C# |
|---|
public bool TryAppendSheet( SheetInfo sheet ) |
| Visual C++ |
|---|
public: bool TryAppendSheet( SheetInfo^ sheet ) |
Parameters
- sheet
- Type: Autodesk.Navisworks.Api..::..SheetInfo
SheetInfo to try and append sheet from
Return Value
false if append fails
Remarks
For more information on Sheets see 'Sheets' "in the 'Developer guide'.