Skip to content

ACadSharp.IO.CadReaderConfiguration.Failsafe

Albert Domenech edited this page Jul 14, 2024 · 1 revision

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

Clone this wiki locally