<Code Lib>
2024 Class
Changes 0
C

TransactionAttribute

Description:
The custom transaction attribute to control the transaction behavior of the external command.
Inheritance Hierarchy:
System.Object
  System.Attribute
    Autodesk.Revit.Attributes.TransactionAttribute

public class TransactionAttribute : Attribute

Name Return Type Description
C TransactionAttribute(TransactionMode) TransactionAttribute Constructs a new TransactionAttribute.

Name Return Type Description
P Mode TransactionMode Transaction mode.

Loading…