Show / Hide Table of Contents

Class GroupCodesBase

The base class for group codes.

Inheritance
System.Object
GroupCodesBase
CircularArcCodes
HatchCodes
LineGroupCodes
LwPolylineCodes
PointCodes
TextCodes
FileVariableCodes
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.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class GroupCodesBase
Remarks

The group codes in this section are as referenced in the "Dxf Group Codes in Numerical Order" Section of the 2019 Dxf reference.

Fields

| Improve this Doc View Source

EndSectionMarker

The End section Marker

Declaration
public const string EndSectionMarker = "ENDSEC"
Field Value
Type Description
System.String
| Improve this Doc View Source

EntityType

Text string indicating the entity type (fixed)

Declaration
public const string EntityType = "  0"
Field Value
Type Description
System.String
| Improve this Doc View Source

ExtrusionDirectionX

DXF: X value of extrusion direction

Declaration
public const string ExtrusionDirectionX = "210"
Field Value
Type Description
System.String
| Improve this Doc View Source

ExtrusionDirectionY

DXF: Y value of extrusion direction

Declaration
public const string ExtrusionDirectionY = "220"
Field Value
Type Description
System.String
| Improve this Doc View Source

ExtrusionDirectionZ

DXF: X value of extrusion direction

Declaration
public const string ExtrusionDirectionZ = "230"
Field Value
Type Description
System.String
| Improve this Doc View Source

Handle

Entity handle; text string of up to 16 hexadecimal digits (fixed)

Declaration
public const string Handle = "  5"
Field Value
Type Description
System.String
| Improve this Doc View Source

HardPointer

Hard-owner handle; arbitrary hard ownership links to other objects within same DXF file or drawing. Translated during INSERT and XREF operations

Declaration
public const string HardPointer = "360"
Field Value
Type Description
System.String
| Improve this Doc View Source

LayerName

Layer name (fixed)

Declaration
public const string LayerName = "  8"
Field Value
Type Description
System.String
| Improve this Doc View Source

SoftPointer

Soft-pointer handle; arbitrary soft pointers to other objects within same DXF file or drawing. Translated during INSERT and XREF operations

Declaration
public const string SoftPointer = "330"
Field Value
Type Description
System.String
| Improve this Doc View Source

SubclassMarker

Subclass data marker (with derived class name as a string). Required for all objects and entity classes that are derived from another concrete class

Declaration
public const string SubclassMarker = "100"
Field Value
Type Description
System.String
| Improve this Doc View Source

Thickness

The Thickness of the Entity

Declaration
public const string Thickness = " 39"
Field Value
Type Description
System.String
| Improve this Doc View Source

XPoint

DXF: X value of the primary point (followed by Y and Z value codes 20 and 30)

Declaration
public const string XPoint = " 10"
Field Value
Type Description
System.String
| Improve this Doc View Source

XPointEnd

DXF: X value of other points (followed by Y value codes 21-28 and Z value codes 31-38)

Declaration
public const string XPointEnd = " 11"
Field Value
Type Description
System.String
| Improve this Doc View Source

YPoint

XPoint

Declaration
public const string YPoint = " 20"
Field Value
Type Description
System.String
| Improve this Doc View Source

YPointEnd

XPointEnd

Declaration
public const string YPointEnd = " 21"
Field Value
Type Description
System.String
| Improve this Doc View Source

ZPoint

XPoint

Declaration
public const string ZPoint = " 30"
Field Value
Type Description
System.String
| Improve this Doc View Source

ZPointEnd

XPointEnd

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