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 435
f1013f44 0aa4 c33c 32a6 e06cf7a3fe0a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the header variables of a DXF document.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class HeaderVariables
VB
Public Class HeaderVariables
C++
public ref class HeaderVariables
F#
type HeaderVariables = class end
Inheritance | Object → HeaderVariables |
HeaderVariables | Initializes a new instance of the SystemVariables . |
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. |
CurrentUCS | Gets ore sets the current/active UCS of the drawing. |
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. |
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. |
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 polylines. |
SurfU | Define the number of segments generated for smoothed polygon meshes in U direction (local X axis). |
SurfV | Define the number of segments generated for smoothed polygon meshes in V direction (local Y axis). |
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. |
AddCustomVariable | Adds a custom HeaderVariable to the list. |
ClearCustomVariables | Removes all custom HeaderVariable from the list. |
ContainsCustomVariable | Checks if a custom HeaderVariable name exits in the list. |
CustomNames | Gets a collection of the custom header variables names. |
CustomValues | Gets a collection of the custom header variables. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
KnownNames | Gets a collection of the known header variables names. |
KnownValues | Gets a collection of the known header variables. |
RemoveCustomVariable | Removes a custom HeaderVariable from the list. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryGetCustomVariable | Gets the header variable associated with the specified name. |