CadGroupCodeTypes Enumeration |
Cad group code value types
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadGroupCodeTypes
Public Enumeration CadGroupCodeTypes
public enum class CadGroupCodeTypes
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown group
|
| StringEx | 1 |
String (with the introduction of extended symbol names in AutoCAD 2000, the 255-character
limit has been increased to 2049 single-byte characters not including the newline at the end of the line)
|
| String255 | 2 |
String (255-character maximum; less for Unicode strings)
|
| StringHexHandle | 3 |
String representing hexadecimal (hex) handle value
|
| ArbitraryText | 4 |
Arbitrary text string
|
| StringHexBinaryChunk | 5 |
String representing hex value of binary chunk
|
| String | 6 |
String value
|
| Comment | 7 |
Comment (string)
|
| StringHexIds | 8 |
String representing hex object IDs
|
| DoublePrecision3DPoint | 9 |
Double precision 3D point value
|
| DoublePrecisionFloat | 10 |
Double precision floating-point value
|
| DoublePrecisionScalarFloat | 11 |
Double precision scalar floating-point value
|
| Int16 | 12 |
16-bit integer value
|
| Int32 | 13 |
32-bit integer value
|
| Int64 | 14 |
64-bit integer value
|
| Long | 15 |
Long value (32 bit)
|
| BooleanFlag | 16 |
Boolean flag value
|
See Also