ACadSharp.IO.DxfWriterConfiguration.WriteAllHeaderVariables - DomCR/ACadSharp GitHub Wiki
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