Revit 2025.3 API
Custom |
This flag instructs the exporting process to either stop or continue
in case an error occurs during any of the exporting methods.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ShouldStopOnError { get; set; }
Public Property ShouldStopOnError As Boolean Get Set
public: property bool ShouldStopOnError { bool get (); void set (bool value); }
member ShouldStopOnError : bool with get, set
Property Value
BooleanSee Also