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