Revit 2026 API
Transaction |
Constructs a transaction group object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TransactionGroup( Document document )
Public Sub New ( document As Document )
public: TransactionGroup( Document^ document )
new : document : Document -> TransactionGroup
Parameters
- document Document
- The document for which this transaction group is being used.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
The group does not start until its Start method is called.
See Also