Class GroupCodesBase
The base class for group codes.
Inheritance
System.Object
GroupCodesBase
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()
Assembly: Dxflib.dll
Syntax
public abstract class GroupCodesBase
Fields
|
Improve this Doc
View Source
EndSectionMarker
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
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
Declaration
public const string YPoint = " 20"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
YPointEnd
Declaration
public const string YPointEnd = " 21"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ZPoint
Declaration
public const string ZPoint = " 30"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ZPointEnd
Declaration
public const string ZPointEnd = " 31"
Field Value
Type |
Description |
System.String |
|