Revit 2025.3 API
Document |
Returns names of the transactions associated with this event
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<string> GetTransactionNames()
Public Function GetTransactionNames As IList(Of String)
public: IList<String^>^ GetTransactionNames()
member GetTransactionNames : unit -> IList<string>
Return Value
IListStringThe names of the transactions associated with this event
Typically, there will be only one name in the array, because document changes mostly involve just one transaction
See Also