Click or drag to resize

HeaderVariables Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents the header variables of a dxf document.
Inheritance Hierarchy
SystemObject
  netDxf.HeaderHeaderVariables

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class HeaderVariables
Request Example View Source

The HeaderVariables type exposes the following members.

Constructors
  NameDescription
Public methodHeaderVariables
Initializes a new instance of the SystemVariables.
Top
Properties
  NameDescription
Public propertyAcadVer
The AutoCAD drawing database version number.
Public propertyAngbase
Angle 0 base.
Public propertyAngdir
The angle direction.
Public propertyAttMode
Attribute visibility.
Public propertyAUnits
Units format for angles.
Public propertyAUprec
Units precision for angles.
Public propertyCeColor
Current entity color.
Public propertyCeLtScale
Current entity line type scale.
Public propertyCeLtype
Current entity line type name.
Public propertyCeLweight
Current entity line weight.
Public propertyCLayer
Current layer name.
Public propertyCMLJust
Current multiline justification.
Public propertyCMLScale
Current multiline scale.
Public propertyCMLStyle
Current multiline style.
Public propertyDimStyle
Current dimension style.
Public propertyDwgCodePage
Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
Public propertyExtMax
X, Y, and Z drawing extents upper-right corner (in WCS).
Public propertyExtMin
X, Y, and Z drawing extents lower-left corner (in WCS).
Public propertyExtnames
Controls symbol table naming.
Public propertyHandleSeed
Next available handle.
Public propertyInsBase
Insertion base point for the current drawing.
Public propertyInsUnits
Specifies a drawing units value for automatic scaling of blocks, images, or xRefs when inserted or attached to a drawing.
Public propertyLastSavedBy
User name that saved the file.
Public propertyLtScale
Global line type scale.
Public propertyLUnits
Units format for coordinates and distances.
Public propertyLUprec
Units precision for coordinates and distances.
Public propertyLwDisplay
Controls the display of line weights on the Model or Layout tab.
Public propertyPdMode
Controls the shape to draw a point entity.
Public propertyPdSize
Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).
Public propertyPLineGen
Governs the generation of line type patterns around the vertexes of a 2D polyline.
Public propertyPsLtScale
Controls paper space line type scaling.
Public propertyTdCreate
Local date/time of drawing creation.
Public propertyTdinDwg
Cumulative editing time for this drawing.
Public propertyTduCreate
Universal date/time the drawing was created.
Public propertyTdUpdate
Local date/time of last drawing update.
Public propertyTduUpdate
Universal date/time the drawing was created.
Public propertyTextSize
Default text height.
Public propertyTextStyle
Current text style.
Public propertyUcsOrg
Origin of current UCS (in WCS).
Public propertyUcsXDir
Direction of the current UCS X axis (in WCS).
Public propertyUcsYDir
Direction of the current UCS Y axis (in WCS).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The names of header variables are the same as they appear in the official dxf documentation but without the $.
See Also