Revit 2025.3 API
Transaction |
Forces all transactions finished inside this group to use modal failure handling
regardless of what failure handling options are set for those transactions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsFailureHandlingForcedModal { get; set; }
Public Property IsFailureHandlingForcedModal As Boolean Get Set
public: property bool IsFailureHandlingForcedModal { bool get (); void set (bool value); }
member IsFailureHandlingForcedModal : bool with get, set
Property Value
Boolean
This property is ignored during events, when failure handling is always modal.
See Also