HeaderVariables Class |
Namespace: netDxf.Header
The HeaderVariables type exposes the following members.
| Name | Description | |
|---|---|---|
| HeaderVariables |
Initializes a new instance of the SystemVariables.
|
| Name | Description | |
|---|---|---|
| AcadVer |
The AutoCAD drawing database version number.
| |
| Angbase |
Angle 0 base.
| |
| Angdir |
The angle direction.
| |
| 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 line weight.
| |
| CLayer |
Current layer name.
| |
| CMLJust |
Current multiline justification.
| |
| CMLScale |
Current multiline scale.
| |
| CMLStyle |
Current multiline style.
| |
| DimStyle |
Current dimension style.
| |
| DwgCodePage |
Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
| |
| ExtMax |
X, Y, and Z drawing extents upper-right corner (in WCS).
| |
| ExtMin |
X, Y, and Z drawing extents lower-left corner (in WCS).
| |
| Extnames |
Controls symbol table naming.
| |
| HandleSeed |
Next available handle.
| |
| InsBase |
Insertion base point for the current drawing.
| |
| InsUnits |
Specifies a drawing units value for automatic scaling of blocks, images, or xRefs when inserted or attached to a drawing.
| |
| 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 line weights on the Model or Layout tab.
| |
| 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.
| |
| 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 the drawing was created.
| |
| TextSize |
Default text height.
| |
| TextStyle |
Current text style.
| |
| 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).
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |