ACadSharp.IO.CadReaderConfiguration - DomCR/ACadSharp GitHub Wiki

CadReaderConfiguration Class

Base configuration for all the classes.

Definition

Namespace: ACadSharp.IO

C#

public abstractclass CadReaderConfiguration

Properties

Returns Name Summary
Boolean Failsafe The reader will try to continue when an exception is thrown
Boolean KeepUnknownEntities The reader will try to read and add to the document all that are linked to a
which may be a proxy or an entity that is not yet supported by ACadSharp, default value is set to false.
Boolean KeepUnknownNonGraphicalObjects The reader will try to read and add to the document all that are linked to a
which may be a proxy or an NonGraphicalObject that is not yet supported by ACadSharp, default value is set to false.