Class FileSectionStartMarkers
A class that will contain all of the FileSectionBase Starting markers These starting markers will signify the starting location of a new section in the dxf file.
Inheritance
System.Object
FileSectionStartMarkers
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
Assembly: Dxflib.dll
Syntax
public static class FileSectionStartMarkers
Fields
| Improve this Doc View SourceBlocks
The Blocks Section Starting Marker
Declaration
public const string Blocks = "BLOCKS"
Field Value
Type | Description |
---|---|
System.String |
Classes
The Classes Section Starting Marker
Declaration
public const string Classes = "CLASSES"
Field Value
Type | Description |
---|---|
System.String |
Entities
The Entities Section Starting Marker
Declaration
public const string Entities = "ENTITIES"
Field Value
Type | Description |
---|---|
System.String |
Header
The Header Section Starting Marker
Declaration
public const string Header = "HEADER"
Field Value
Type | Description |
---|---|
System.String |
Objects
The Objects Section Starting Marker
Declaration
public const string Objects = "OBJECTS"
Field Value
Type | Description |
---|---|
System.String |
Tables
The Tables Section Starting Marker
Declaration
public const string Tables = "TABLES"
Field Value
Type | Description |
---|---|
System.String |