CadSectionType Enumeration

Contains Section type

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum CadSectionType
Members
  Member nameValueDescription
NotSet0 Section is not set - default
Another1 Another section
HEADER2 Header string marker
TABLES4 Tables string marker
BLOCKS8 Blocks string marker
ENTITIES16 Entities string marker
CLASSES32 Classes string marker
OBJECTS64 Objects string marker
THUMBNAILIMAGE128 Entities string marker
ACDSDATA129 ACDS string marker
See Also