ACadSharp.IO.CadReaderConfiguration.Failsafe - DomCR/ACadSharp GitHub Wiki

Failsafe Property

The reader will try to continue when an exception is thrown

Remarks

The result file may be incomplete or with some objects missing due the error

Definition

Namespace: ACadSharp.IO.CadReaderConfiguration

C#

public Boolean Failsafe { get; set; }

Property Value

Boolean