Class HeaderVariableCode
Strings system variables
Inheritance
Inherited Members
Namespace: netDxf.Header
Assembly: CADability.dll
Syntax
public static class HeaderVariableCode
Fields
| Improve this Doc View SourceAcadVer
The AutoCAD drawing database version number.
Declaration
public const string AcadVer = "$ACADVER"
Field Value
| Type | Description |
|---|---|
| System.String |
Angbase
Angle 0 direction.
Declaration
public const string Angbase = "$ANGBASE"
Field Value
| Type | Description |
|---|---|
| System.String |
Angdir
1 = Clockwise angles, 0 = Counterclockwise.
Declaration
public const string Angdir = "$ANGDIR"
Field Value
| Type | Description |
|---|---|
| System.String |
AttMode
Attribute visibility.
Declaration
public const string AttMode = "$ATTMODE"
Field Value
| Type | Description |
|---|---|
| System.String |
AUnits
Units format for angles.
Declaration
public const string AUnits = "$AUNITS"
Field Value
| Type | Description |
|---|---|
| System.String |
AUprec
Units precision for angles.
Declaration
public const string AUprec = "$AUPREC"
Field Value
| Type | Description |
|---|---|
| System.String |
CeColor
Current entity color.
Declaration
public const string CeColor = "$CECOLOR"
Field Value
| Type | Description |
|---|---|
| System.String |
CeLtScale
Current entity line type scale.
Declaration
public const string CeLtScale = "$CELTSCALE"
Field Value
| Type | Description |
|---|---|
| System.String |
CeLtype
Current entity line type name.
Declaration
public const string CeLtype = "$CELTYPE"
Field Value
| Type | Description |
|---|---|
| System.String |
CeLweight
Current entity lineweight.
Declaration
public const string CeLweight = "$CELWEIGHT"
Field Value
| Type | Description |
|---|---|
| System.String |
CLayer
Current layer name.
Declaration
public const string CLayer = "$CLAYER"
Field Value
| Type | Description |
|---|---|
| System.String |
CMLJust
Current multiline justification.
Declaration
public const string CMLJust = "$CMLJUST"
Field Value
| Type | Description |
|---|---|
| System.String |
CMLScale
Current multiline scale.
Declaration
public const string CMLScale = "$CMLSCALE"
Field Value
| Type | Description |
|---|---|
| System.String |
CMLStyle
Current multiline style name.
Declaration
public const string CMLStyle = "$CMLSTYLE"
Field Value
| Type | Description |
|---|---|
| System.String |
DimStyle
Current dimension style name.
Declaration
public const string DimStyle = "$DIMSTYLE"
Field Value
| Type | Description |
|---|---|
| System.String |
DwgCodePage
Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
Declaration
public const string DwgCodePage = "$DWGCODEPAGE"
Field Value
| Type | Description |
|---|---|
| System.String |
Extnames
Controls symbol table naming.
Declaration
public const string Extnames = "$EXTNAMES"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
Controls symbol table naming:
0 = Release 14 compatibility. Limits names to 31 characters in length.
Names can include the letters A to Z, the numerals 0 to 9,
and the special characters dollar sign ($), underscore (_), and hyphen (-).
1 = AutoCAD 2000.
Names can be up to 255 characters in length,
and can include the letters A to Z, the numerals 0 to 9, spaces,
and any special characters not used for other purposes by Microsoft Windows and AutoCAD.
HandleSeed
Next available handle.
Declaration
public const string HandleSeed = "$HANDSEED"
Field Value
| Type | Description |
|---|---|
| System.String |
InsBase
Insertion base point for the current drawing.
Declaration
public const string InsBase = "$INSBASE"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
When you insert or externally reference the current drawing into other drawings, this base point is used as the insertion base point.
InsUnits
Default drawing units for AutoCAD DesignCenter blocks.
Declaration
public const string InsUnits = "$INSUNITS"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
Also applies to raster image units, even thought they have the RasterVariables object and units in ImageDefinition.
LastSavedBy
User name that saved the file.
Declaration
public const string LastSavedBy = "$LASTSAVEDBY"
Field Value
| Type | Description |
|---|---|
| System.String |
LtScale
Global line type scale.
Declaration
public const string LtScale = "$LTSCALE"
Field Value
| Type | Description |
|---|---|
| System.String |
LUnits
Units format for coordinates and distances.
Declaration
public const string LUnits = "$LUNITS"
Field Value
| Type | Description |
|---|---|
| System.String |
LUprec
Units precision for coordinates and distances.
Declaration
public const string LUprec = "$LUPREC"
Field Value
| Type | Description |
|---|---|
| System.String |
LwDisplay
Controls the display of lineweights on the Model or Layout tab.
Declaration
public const string LwDisplay = "$LWDISPLAY"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
0 = Lineweight is not displayed 1 = Lineweight is displayed
MirrText
Controls if the text will be mirrored during a symmetry.
Declaration
public const string MirrText = "$MIRRTEXT"
Field Value
| Type | Description |
|---|---|
| System.String |
PdMode
Controls the PointShape to draw a point entity.
Declaration
public const string PdMode = "$PDMODE"
Field Value
| Type | Description |
|---|---|
| System.String |
PdSize
Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).
Declaration
public const string PdSize = "$PDSIZE"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
A setting of 0 generates the point at 5 percent of the drawing area height.
A positive PDSIZE value specifies an absolute size for the point figures.
A negative value is interpreted as a percentage of the viewport size.
PLineGen
Governs the generation of line type patterns around the vertexes of a 2D polyline.
Declaration
public const string PLineGen = "$PLINEGEN"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
1 = Line type is generated in a continuous pattern around vertexes of the polyline.
0 = Each segment of the polyline starts and ends with a dash.
PsLtScale
Controls paper space line type scaling.
Declaration
public const string PsLtScale = "$PSLTSCALE"
Field Value
| Type | Description |
|---|---|
| System.String |
Remarks
1 = No special line type scaling.
0 = Viewport scaling governs line type scaling.
TdCreate
Local date/time of drawing creation.
Declaration
public const string TdCreate = "$TDCREATE"
Field Value
| Type | Description |
|---|---|
| System.String |
TdinDwg
Cumulative editing time for this drawing.
Declaration
public const string TdinDwg = "$TDINDWG"
Field Value
| Type | Description |
|---|---|
| System.String |
TduCreate
Universal date/time the drawing was created.
Declaration
public const string TduCreate = "$TDUCREATE"
Field Value
| Type | Description |
|---|---|
| System.String |
TdUpdate
Local date/time of last drawing update.
Declaration
public const string TdUpdate = "$TDUPDATE"
Field Value
| Type | Description |
|---|---|
| System.String |
TduUpdate
Universal date/time of the last update/save.
Declaration
public const string TduUpdate = "$TDUUPDATE"
Field Value
| Type | Description |
|---|---|
| System.String |
TextSize
Default text height.
Declaration
public const string TextSize = "$TEXTSIZE"
Field Value
| Type | Description |
|---|---|
| System.String |
TextStyle
Current text style name.
Declaration
public const string TextStyle = "$TEXTSTYLE"
Field Value
| Type | Description |
|---|---|
| System.String |
UcsOrg
Origin of current UCS (in WCS).
Declaration
public const string UcsOrg = "$UCSORG"
Field Value
| Type | Description |
|---|---|
| System.String |
UcsXDir
Direction of the current UCS X axis (in WCS).
Declaration
public const string UcsXDir = "$UCSXDIR"
Field Value
| Type | Description |
|---|---|
| System.String |
UcsYDir
Direction of the current UCS Y axis (in WCS).
Declaration
public const string UcsYDir = "$UCSYDIR"
Field Value
| Type | Description |
|---|---|
| System.String |