FailuresAccessorSetTransactionName Method |
Changes the name of the transaction for which failures are being processed.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetTransactionName(
string transactionName
)
Public Sub SetTransactionName (
transactionName As String
)
public:
void SetTransactionName(
String^ transactionName
)
member SetTransactionName :
transactionName : string -> unit
Parameters
- transactionName String
-
The name of the transaction to set.
Exceptions
Remarks
If the transaction will be committed by or after failures processing it can change its name to reflect
results of processing of the failures. For example, if the original transaction name was "review warnings" and
some of the warnings were resolved by deleting of the relevant elements, failures processor may
change the name of the transaction to "delete elements".
See Also