Skip to content

ACadSharp.IO.DxfWriterConfiguration.WriteAllHeaderVariables

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

WriteAllHeaderVariables Property

Flag to write all the header variables in the dxf file

Remarks

Some variables are version sensitive, writing all the variables may cause a crash in other applications, to write an specific variable add it to the set

Definition

Namespace: ACadSharp.IO.DxfWriterConfiguration

C#

public Boolean WriteAllHeaderVariables { get; set; }

Property Value

Boolean

Value

false

Clone this wiki locally