Skip to content

ACadSharp.IO.CadWriterConfiguration.WriteXRecords

Albert Domenech edited this page Jul 24, 2024 · 1 revision

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

Clone this wiki locally