CadGroupCodeTypes enumeration
CadGroupCodeTypes enumeration
Cad group code value types
The CadGroupCodeTypes type exposes the following members:
Fields
| Field | Description |
|---|---|
| UNKNOWN | Unknown group |
| STRING_EX | 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 | String (255-character maximum; less for Unicode strings) |
| STRING_HEX_HANDLE | String representing hexadecimal (hex) handle value |
| ARBITRARY_TEXT | Arbitrary text string |
| STRING_HEX_BINARY_CHUNK | String representing hex value of binary chunk |
| STRING | String value |
| COMMENT | Comment (string) |
| STRING_HEX_IDS | String representing hex object IDs |
| DOUBLE_PRECISION_3D_POINT | Double precision 3D point value |
| DOUBLE_PRECISION_FLOAT | Double precision floating-point value |
| DOUBLE_PRECISION_SCALAR_FLOAT | Double precision scalar floating-point value |
| INT16 | 16-bit integer value |
| INT32 | 32-bit integer value |
| INT64 | 64-bit integer value |
| LONG | Long value (32 bit) |
| BOOLEAN_FLAG | Boolean flag value |