Enum CadGroupCodeTypes

CadGroupCodeTypes enumeration

Cad group code value types

public enum CadGroupCodeTypes

Values

NameValueDescription
Unknown0Unknown group
StringEx1String (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)
String2552String (255-character maximum; less for Unicode strings)
StringHexHandle3String representing hexadecimal (hex) handle value
ArbitraryText4Arbitrary text string
StringHexBinaryChunk5String representing hex value of binary chunk
String6String value
Comment7Comment (string)
StringHexIds8String representing hex object IDs
DoublePrecision3DPoint9Double precision 3D point value
DoublePrecisionFloat10Double precision floating-point value
DoublePrecisionScalarFloat11Double precision scalar floating-point value
Int161216-bit integer value
Int321332-bit integer value
Int641464-bit integer value
Long15Long value (32 bit)
BooleanFlag16Boolean flag value

See Also