Skip to content

ACadSharp.IO.CadWriterConfiguration.WriteXRecords

Albert Domenech edited this page May 8, 2025 · 2 revisions

WriteXRecords Property

The writer 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.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean WriteXRecords { get; set; }

Property Value

Boolean

Value

default: false

Clone this wiki locally