Skip to content

ACadSharp.IO.DxfWriterConfiguration

Albert Domenech edited this page Apr 29, 2025 · 3 revisions

DxfWriterConfiguration Class

Configuration for writing DWG files.

Definition

Namespace: ACadSharp.IO

C#

public class DxfWriterConfiguration

Properties

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
Boolean WriteOptionalValues Write the Dxf optional values.

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
Clone this wiki locally