CadTableSymbols Enumeration |
Contains TABLE Types
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadTableSymbols
Public Enumeration CadTableSymbols
public enum class CadTableSymbols
Members
| Member name | Value | Description |
---|
| APPID | 0 |
The application id.
|
| DIMSTYLE | 1 |
The dimension style .
|
| LAYER | 2 |
The layer table.
|
| LTYPE | 3 |
The line type.
|
| STYLE | 4 |
The style table.
|
| UCS | 5 |
The ucs table.
|
| VIEW | 6 |
The view table.
|
| VPORT | 7 |
The view port.
|
| BLOCK_RECORD | 8 |
The block record.
|
See Also