ACadSharp.IO.DxfWriterConfiguration - DomCR/ACadSharp GitHub Wiki
Configuration for writing DWG files.
Namespace: ACadSharp.IO
C#
public class DxfWriterConfiguration
Returns | Name | Summary |
---|---|---|
IEnumerable<String> |
HeaderVariables | Header variables to write in the dxf file |
Boolean |
WriteAllHeaderVariables | Flag to write all the header variables in the dxf file |
Returns | Name | Summary |
---|---|---|
Void |
AddHeaderVariable(System.String) | Add a Header variable name to be added in the dxf document |
Boolean |
RemoveHeaderVariable(System.String) | Remove a Header variable name so is not added in the dxf document |