Revit 2026 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: 26.0.4.0 (26.0.4.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