Share

DocumentChangedEventArgs.GetTransactionNames Method

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

C#

public IList<string> GetTransactionNames()

Return Value

IList<String>
The names of the transactions associated with this event

Remarks

Typically, there will be only one name in the array, because document changes mostly involve just one transaction

See Also

Reference

Was this information helpful?