CadGroupCodeTypes

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

Cad group code value types

Enum Values

FieldDescription
UnknownUnknown group
StringExString (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)
StringHexHandleString representing hexadecimal (hex) handle value
ArbitraryTextArbitrary text string
StringHexBinaryChunkString representing hex value of binary chunk
StringString value
CommentComment (string)
StringHexIdsString representing hex object IDs
DoublePrecision3DPointDouble precision 3D point value
DoublePrecisionFloatDouble precision floating-point value
DoublePrecisionScalarFloatDouble precision scalar floating-point value
Int1616-bit integer value
Int3232-bit integer value
Int6464-bit integer value
LongLong value (32 bit)
BooleanFlagBoolean flag value

Unknown

public static final int Unknown

Unknown group

Returns: int

StringEx

public static final int StringEx

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)

Returns: int

String255

public static final int String255

String (255-character maximum; less for Unicode strings)

Returns: int

StringHexHandle

public static final int StringHexHandle

String representing hexadecimal (hex) handle value

Returns: int

ArbitraryText

public static final int ArbitraryText

Arbitrary text string

Returns: int

StringHexBinaryChunk

public static final int StringHexBinaryChunk

String representing hex value of binary chunk

Returns: int

String

public static final int String

String value

Returns: int

Comment

public static final int Comment

Comment (string)

Returns: int

StringHexIds

public static final int StringHexIds

String representing hex object IDs

Returns: int

DoublePrecision3DPoint

public static final int DoublePrecision3DPoint

Double precision 3D point value

Returns: int

DoublePrecisionFloat

public static final int DoublePrecisionFloat

Double precision floating-point value

Returns: int

DoublePrecisionScalarFloat

public static final int DoublePrecisionScalarFloat

Double precision scalar floating-point value

Returns: int

Int16

public static final int Int16

16-bit integer value

Returns: int

Int32

public static final int Int32

32-bit integer value

Returns: int

Int64

public static final int Int64

64-bit integer value

Returns: int

Long

public static final int Long

Long value (32 bit)

Returns: int

BooleanFlag

public static final int BooleanFlag

Boolean flag value

Returns: int