Show / Hide Table of Contents

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

Inheritance
System.Object
GroupCodesBase
FileVariableCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.Thickness
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
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 Source

AutoCadVersion

The AutoCAD Version

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

CurrentLayer

The Current Layer when the drawing was last saved

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

LastSavedBy

Who the file was last saved by

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

VariableNameIdentifier

The Variable Name Identifier

Declaration
public const string VariableNameIdentifier = "  9"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX