<Project>$BLOCK.DBF
The default field structure for the miscellaneous blocks IMAGE file, <Project>$BLOCK.dbf, is as follows:
| Field Name | Width | Description |
|---|---|---|
| DRAWING | 255 | The name of the drawing file that the component is from. |
| BLOCK | 59 | The full name of the block representing the component. |
| HANDLE | 20 | The AutoCAD handle for the component symbol. |
| X | 10 | X co-ordinate of the component insertion point. |
| Y | 10 | Y co-ordinate of the component insertion point. |
| TAG_1, TAG_2, ... | 7 | Fields containing the tag for each attribute. |
| ATT_1, ATT_2, ... | 20 | Fields containing component attribute data. |
TEXT entities are also extracted into the <Project>$BLOCK.dbf image file. For TEXT entities, the BLOCK field will contain the value "TEXT" in place of a block name, TAG_1 will contain the original text value and ATT_1 will contain the replacement value that you can edit.
