| Revit 2022 API |
| TransactionAttribute Constructor |
| TransactionAttribute Class See Also |
Constructs a new TransactionAttribute.
Namespace: Autodesk.Revit.Attributes
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2011
Syntax
| C# |
|---|
public TransactionAttribute( TransactionMode mode ) |
| Visual Basic |
|---|
Public Sub New ( _ mode As TransactionMode _ ) |
| Visual C++ |
|---|
public: TransactionAttribute( TransactionMode mode ) |