CadSectionType Enumeration |
Contains Section type
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadSectionType
Public Enumeration CadSectionType
public enum class CadSectionType
Members
| Member name | Value | Description |
---|
| NotSet | 0 |
Section is not set - default
|
| Another | 1 |
Another section
|
| HEADER | 2 |
Header string marker
|
| TABLES | 4 |
Tables string marker
|
| BLOCKS | 8 |
Blocks string marker
|
| ENTITIES | 16 |
Entities string marker
|
| CLASSES | 32 |
Classes string marker
|
| OBJECTS | 64 |
Objects string marker
|
| THUMBNAILIMAGE | 128 |
Entities string marker
|
| ACDSDATA | 129 |
ACDS string marker
|
See Also