ACadSharp.IO.CadWriterConfiguration.WriteXRecords - DomCR/ACadSharp GitHub Wiki

WriteXRecords Property

Will not ignore the objects in the document.

Remarks

Due the complexity of XRecords, if this flag is set to true, it may cause a corruption of the file if the records have been modified manually.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean WriteXRecords { get; set; }

Property Value

Boolean

Value

default: false