TransactionAttribute Class
The custom transaction attribute to control the transaction behavior of the external command.

Namespace: Autodesk.Revit.Attributes
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2011

Syntax

C#
public class TransactionAttribute : Attribute
Visual Basic
Public Class TransactionAttribute _
	Inherits Attribute
Visual C++
public ref class TransactionAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Autodesk.Revit.Attributes..::..TransactionAttribute

See Also