Change multiple block attribute values in one click
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a lot of drawings, each with one or more title blocks with attributes. I need to update the attribute values with some predefined values. The same values will be used in whichever title block I select within the drawing. The title blocks are dynamic blocks.
Since the attribute and values will always be the same I thought I could customise a button to make this a one-click job for each title block that I select. Initially, I thought this could be accomplished with Lisp but then thought there must surely be an AutoCAD command I could use for this. But...I haven't found it.
The Express Tools command ATTIN looked hopeful. Put the tags and values in a text file and run the command. But how to execute this in one click? Need to pass the text file location and select the block without dialogue boxes.
I'm just not sure which way to go with this. Standard AutoCAD commands or Lisp. I'm unable to use scripts since SCR files are prohibited on our locked down machines.
Any help would be gratefully received.