-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.IO.DwgReaderConfiguration.CrcCheck
Albert Domenech edited this page Jul 14, 2024
·
1 revision
Use the Standard Cycling Redundancy Check to verify the integrity of the file, default value is set to false.
DWG file format uses a modification of a standard Cyclic Redundancy Check as an error detecting mechanism, if this flag is enabled the reader will perform this verification to detect any possible error, but it will greatly increase the reading time.
Namespace: ACadSharp.IO.DwgReaderConfiguration
C#
public Boolean CrcCheck { get; set; }
Boolean
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