-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.IO.DxfWriterConfiguration
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions