This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
9d85975f 07aa 9f65 bfd3 8c083b516c69
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Strings system variables
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static class HeaderVariableCodeVB
Public NotInheritable Class HeaderVariableCodeC++
public ref class HeaderVariableCode abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HeaderVariableCode = class end| Inheritance | Object → HeaderVariableCode |
| AcadVer | The AutoCAD drawing database version number. |
| Angbase | Angle 0 direction. |
| Angdir | 1 = Clockwise angles, 0 = Counterclockwise. |
| AttMode | Attribute visibility. |
| AUnits | Units format for angles. |
| AUprec | Units precision for angles. |
| CeColor | Current entity color. |
| CeLtScale | Current entity line type scale. |
| CeLtype | Current entity line type name. |
| CeLweight | Current entity lineweight. |
| CLayer | Current layer name. |
| CMLJust | Current multiline justification. |
| CMLScale | Current multiline scale. |
| CMLStyle | Current multiline style name. |
| DimStyle | Current dimension style name. |
| DwgCodePage | Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD. |
| Extnames | Controls symbol table naming. |
| HandleSeed | Next available handle. |
| InsBase | Insertion base point for the current drawing. |
| InsUnits | Default drawing units for AutoCAD DesignCenter blocks. |
| LastSavedBy | User name that saved the file. |
| LtScale | Global line type scale. |
| LUnits | Units format for coordinates and distances. |
| LUprec | Units precision for coordinates and distances. |
| LwDisplay | Controls the display of lineweights on the Model or Layout tab. |
| MirrText | Controls if the text will be mirrored during a symmetry. |
| PdMode | Controls the shape to draw a point entity. |
| PdSize | Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty). |
| PLineGen | Governs the generation of line type patterns around the vertexes of a 2D polyline. |
| PsLtScale | Controls paper space line type scaling. |
| SplineSegs | Defines number of line segments generated for smoothed out polylines. |
| SurfU | Define the number of segments generated for smoothed polygon meshes in M direction. |
| SurfV | Define the number of segments generated for smoothed polygon meshes in N direction. |
| TdCreate | Local date/time of drawing creation. |
| TdinDwg | Cumulative editing time for this drawing. |
| TduCreate | Universal date/time the drawing was created. |
| TdUpdate | Local date/time of last drawing update. |
| TduUpdate | Universal date/time of the last update/save. |
| TextSize | Default text height. |
| TextStyle | Current text style name. |
| UcsOrg | Origin of current UCS (in WCS). |
| UcsXDir | Direction of the current UCS X axis (in WCS). |
| UcsYDir | Direction of the current UCS Y axis (in WCS). |