ACadSharp.IO.DxfWriterConfiguration - DomCR/ACadSharp GitHub Wiki

DxfWriterConfiguration Class

Configuration for writing DWG files.

Definition

Namespace: ACadSharp.IO

C#

public class DxfWriterConfiguration

Properties

Returns Name Summary
IEnumerable1` HeaderVariables Header variables to write in the dxf file
Boolean WriteAllHeaderVariables Flag to write all the header variables in the dxf file

Methods

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