Hi all,
I have created an ETL tool to convert a file gdb polygon feature class to autocad blocks (inserts). These blocks consist of a mpolygon entity and some attributes originating from the fields in the fgdb table.
All the attributes in the block are invisible. My problem is that the order these attributes appear in the attribute list inAutoCAD doesn't have to do anything with their order in the tool or the feature class table.
I cannot use a template dwg with predefined blocks with attributes because every block is unique and has to be dynamically created.
Can someone provide a hint on how to affect the order these attributes show up in AutoCAD? Any help would be appreciated,
Yiannis