Show / Hide Table of Contents

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 Source

Blocks

The Blocks Section Starting Marker

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

Classes

The Classes Section Starting Marker

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

Entities

The Entities Section Starting Marker

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

Header

The Header Section Starting Marker

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

Objects

The Objects Section Starting Marker

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

Tables

The Tables Section Starting Marker

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