You are here: FME Readers and Writers > Autodesk AutoCAD DWG/DXF Reader/Writer > Feature Representation > XRecord Data

XRecord Data

Each entity in an AutoCAD file may have Extension Records (XRecords) in an associated extension dictionary. This data is typically used by applications to store attribute information, and is similar to the Extended Entity Data that may be associated with an entity.

The reading of XRecord data is related to the XRECORD_READING directive for the AutoCAD Reader. When XRECORD_READING is set to lists, the AutoCAD reader stores XRecord data similarly on read to extended entity data, using the same List form. The AutoCAD writer supports the creation of XRecord using the List form of XRecord data attributes.

XRecord data read as lists is different from Extended Entity Data in the following ways:

See the Extended Entity Data section for more information.