Skip to content

ACadSharp.IO.CadReaderConfiguration

Albert Domenech edited this page Jul 14, 2024 · 4 revisions

CadReaderConfiguration Class

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.
Clone this wiki locally