CadGroupCodeTypes enumeration

CadGroupCodeTypes enumeration

Cad group code value types

The CadGroupCodeTypes type exposes the following members:

Fields

FieldDescription
UNKNOWNUnknown group
STRING_EXString (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)
STRING255String (255-character maximum; less for Unicode strings)
STRING_HEX_HANDLEString representing hexadecimal (hex) handle value
ARBITRARY_TEXTArbitrary text string
STRING_HEX_BINARY_CHUNKString representing hex value of binary chunk
STRINGString value
COMMENTComment (string)
STRING_HEX_IDSString representing hex object IDs
DOUBLE_PRECISION_3D_POINTDouble precision 3D point value
DOUBLE_PRECISION_FLOATDouble precision floating-point value
DOUBLE_PRECISION_SCALAR_FLOATDouble precision scalar floating-point value
INT1616-bit integer value
INT3232-bit integer value
INT6464-bit integer value
LONGLong value (32 bit)
BOOLEAN_FLAGBoolean flag value

See Also