Skip to content

ACadSharp.IO.CadWriterConfiguration.ResetDxfClasses

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

ResetDxfClasses Property

Resets the collection in the before writing it.

Remarks

Sometimes the files are corrupted by badly formed dxf classes, is recommended to keep this flag set.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean ResetDxfClasses { get; set; }

Property Value

Boolean

Value

default: true

Clone this wiki locally