CadGroupCodeTypes
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Cad group code value types
Enum Values
| Field | Description |
|---|---|
| Unknown | Unknown group |
| 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) |
| String255 | String (255-character maximum; less for Unicode strings) |
| StringHexHandle | String representing hexadecimal (hex) handle value |
| ArbitraryText | Arbitrary text string |
| StringHexBinaryChunk | String representing hex value of binary chunk |
| String | String value |
| Comment | Comment (string) |
| StringHexIds | String representing hex object IDs |
| DoublePrecision3DPoint | Double precision 3D point value |
| DoublePrecisionFloat | Double precision floating-point value |
| DoublePrecisionScalarFloat | 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) |
| BooleanFlag | Boolean 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