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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2014
Syntax
C# |
---|
public bool ShouldStopOnError { get; set; } |
Visual Basic |
---|
Public Property ShouldStopOnError As Boolean Get Set |
Visual C++ |
---|
public: property bool ShouldStopOnError { bool get (); void set (bool value); } |