One DXF group-code / value pair stored in an XRECORD.

interface DwgXRecordGroup {
    code: number;
    value: unknown;
}

Properties

Properties

code: number

DXF group code.

value: unknown

Group value. Strings, numbers, booleans, handle hex strings, binary byte arrays, or { x, y, z } for 3D points.