|
|
This is used to batch together edits. In C# it would typically be used
within a 'using' block.In the future it may support rollback.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ document As Document, _ displayName As String _ ) |
| C# |
|---|
public Transaction( Document document, string displayName ) |
| Visual C++ |
|---|
public: Transaction( Document^ document, String^ displayName ) |
Parameters
- document
- Type: Autodesk.Navisworks.Api..::..Document
The Document that this transaction applies to.
- displayName
- Type: System..::..String
String that may be displayed in the GUI for undoing this transaction.