ACadSharp.IO.DwgReaderConfiguration.CrcCheck - DomCR/ACadSharp GitHub Wiki

CrcCheck Property

Use the Standard Cycling Redundancy Check to verify the integrity of the file, default value is set to false.

Remarks

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.

Definition

Namespace: ACadSharp.IO.DwgReaderConfiguration

C#

public Boolean CrcCheck { get; set; }

Property Value

Boolean