Show / Hide Table of Contents

Class HeaderVariableCode

Strings system variables

Inheritance
System.Object
HeaderVariableCode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: netDxf.Header
Assembly: CADability.dll
Syntax
public static class HeaderVariableCode

Fields

| Improve this Doc View Source

AcadVer

The AutoCAD drawing database version number.

Declaration
public const string AcadVer = "$ACADVER"
Field Value
Type Description
System.String
| Improve this Doc View Source

Angbase

Angle 0 direction.

Declaration
public const string Angbase = "$ANGBASE"
Field Value
Type Description
System.String
| Improve this Doc View Source

Angdir

1 = Clockwise angles, 0 = Counterclockwise.

Declaration
public const string Angdir = "$ANGDIR"
Field Value
Type Description
System.String
| Improve this Doc View Source

AttMode

Attribute visibility.

Declaration
public const string AttMode = "$ATTMODE"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUnits

Units format for angles.

Declaration
public const string AUnits = "$AUNITS"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUprec

Units precision for angles.

Declaration
public const string AUprec = "$AUPREC"
Field Value
Type Description
System.String
| Improve this Doc View Source

CeColor

Current entity color.

Declaration
public const string CeColor = "$CECOLOR"
Field Value
Type Description
System.String
| Improve this Doc View Source

CeLtScale

Current entity line type scale.

Declaration
public const string CeLtScale = "$CELTSCALE"
Field Value
Type Description
System.String
| Improve this Doc View Source

CeLtype

Current entity line type name.

Declaration
public const string CeLtype = "$CELTYPE"
Field Value
Type Description
System.String
| Improve this Doc View Source

CeLweight

Current entity lineweight.

Declaration
public const string CeLweight = "$CELWEIGHT"
Field Value
Type Description
System.String
| Improve this Doc View Source

CLayer

Current layer name.

Declaration
public const string CLayer = "$CLAYER"
Field Value
Type Description
System.String
| Improve this Doc View Source

CMLJust

Current multiline justification.

Declaration
public const string CMLJust = "$CMLJUST"
Field Value
Type Description
System.String
| Improve this Doc View Source

CMLScale

Current multiline scale.

Declaration
public const string CMLScale = "$CMLSCALE"
Field Value
Type Description
System.String
| Improve this Doc View Source

CMLStyle

Current multiline style name.

Declaration
public const string CMLStyle = "$CMLSTYLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

DimStyle

Current dimension style name.

Declaration
public const string DimStyle = "$DIMSTYLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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.

| Improve this Doc View Source

HandleSeed

Next available handle.

Declaration
public const string HandleSeed = "$HANDSEED"
Field Value
Type Description
System.String
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

LastSavedBy

User name that saved the file.

Declaration
public const string LastSavedBy = "$LASTSAVEDBY"
Field Value
Type Description
System.String
| Improve this Doc View Source

LtScale

Global line type scale.

Declaration
public const string LtScale = "$LTSCALE"
Field Value
Type Description
System.String
| Improve this Doc View Source

LUnits

Units format for coordinates and distances.

Declaration
public const string LUnits = "$LUNITS"
Field Value
Type Description
System.String
| Improve this Doc View Source

LUprec

Units precision for coordinates and distances.

Declaration
public const string LUprec = "$LUPREC"
Field Value
Type Description
System.String
| Improve this Doc View Source

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

| Improve this Doc View Source

MirrText

Controls if the text will be mirrored during a symmetry.

Declaration
public const string MirrText = "$MIRRTEXT"
Field Value
Type Description
System.String
| Improve this Doc View Source

PdMode

Controls the PointShape to draw a point entity.

Declaration
public const string PdMode = "$PDMODE"
Field Value
Type Description
System.String
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

TdCreate

Local date/time of drawing creation.

Declaration
public const string TdCreate = "$TDCREATE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TdinDwg

Cumulative editing time for this drawing.

Declaration
public const string TdinDwg = "$TDINDWG"
Field Value
Type Description
System.String
| Improve this Doc View Source

TduCreate

Universal date/time the drawing was created.

Declaration
public const string TduCreate = "$TDUCREATE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TdUpdate

Local date/time of last drawing update.

Declaration
public const string TdUpdate = "$TDUPDATE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TduUpdate

Universal date/time of the last update/save.

Declaration
public const string TduUpdate = "$TDUUPDATE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TextSize

Default text height.

Declaration
public const string TextSize = "$TEXTSIZE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TextStyle

Current text style name.

Declaration
public const string TextStyle = "$TEXTSTYLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

UcsOrg

Origin of current UCS (in WCS).

Declaration
public const string UcsOrg = "$UCSORG"
Field Value
Type Description
System.String
| Improve this Doc View Source

UcsXDir

Direction of the current UCS X axis (in WCS).

Declaration
public const string UcsXDir = "$UCSXDIR"
Field Value
Type Description
System.String
| Improve this Doc View Source

UcsYDir

Direction of the current UCS Y axis (in WCS).

Declaration
public const string UcsYDir = "$UCSYDIR"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX