-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.IO.CadReaderConfiguration
Albert Domenech edited this page Aug 25, 2024
·
4 revisions
Base configuration for all the classes.
Namespace: ACadSharp.IO
C#
public abstractclass CadReaderConfiguration
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. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions