| Revit 2020 API |
| ITransactionFinalizer..::..OnRolledBack Method |
| ITransactionFinalizer Interface See Also |
This method is called at the end of rolling back a transaction
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2011
Syntax
| C# |
|---|
void OnRolledBack( Document document, string strTransactionName ) |
| Visual Basic |
|---|
Sub OnRolledBack ( _ document As Document, _ strTransactionName As String _ ) |
| Visual C++ |
|---|
void OnRolledBack( Document^ document, String^ strTransactionName ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document associated with the transaction
- strTransactionName
- Type: System..::..String
The transaction's name