Class FileVariableCodes
A class that contains all of the file variable codes Note that these are not really the group codes but the name of the variable. This was done to reduce the amount of duplication in group codes
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: Dxflib.IO.Header
Assembly: Dxflib.dll
Syntax
public abstract class FileVariableCodes : GroupCodesBase
Fields
| Improve this Doc View SourceAutoCadVersion
The AutoCAD Version
Declaration
public const string AutoCadVersion = "$ACADVER"
Field Value
Type | Description |
---|---|
System.String |
CurrentLayer
The Current Layer when the drawing was last saved
Declaration
public const string CurrentLayer = "$CLAYER"
Field Value
Type | Description |
---|---|
System.String |
LastSavedBy
Who the file was last saved by
Declaration
public const string LastSavedBy = "$LASTSAVEDBY"
Field Value
Type | Description |
---|---|
System.String |
VariableNameIdentifier
The Variable Name Identifier
Declaration
public const string VariableNameIdentifier = " 9"
Field Value
Type | Description |
---|---|
System.String |