I am trying to re-order the attributes in the AutoCAD blocks. Everytime i edit a existing block or try to create a new block the order in which the attributes are displayed is shuffled completely.
I have tried AUTOCAD commands like 'BATTMAN' 'ATTSYNC' 'BATTORDER' but the problem is i have a bunch of blocks each with 96 -150 pins in them (Each pins has an attribute reference). So it is really pain using all the above mentioned commands to arrange all the attributes in Ascending order.
Any ideas on how to resolve this using a AUTOLISP/LISP/c# program ?! Is there a way to re-order them using the tag names ?!
For example, I need to have the block attributes re-ordered from Pin1-Pin90 in an ascending order.