ACAD 2005 - SELECT OBJECTS IN DIFFERENT LAYOUTS
ACAD 2005 - SELECT OBJECTS IN DIFFERENT LAYOUTS
(OP)
I have 11 title blocks in 11 different layouts in one drawing. I need to fill out a new line in the blocks - the same on each.
Is it possible to slect all the title blocks in the document and edit attributes to them all at one go?
Is it possible to slect all the title blocks in the document and edit attributes to them all at one go?





RE: ACAD 2005 - SELECT OBJECTS IN DIFFERENT LAYOUTS
(ssget "x" '((2 . "YOUR_BLK_NAME")))
to get a selection set of your titles and then just iterate through them.
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: ACAD 2005 - SELECT OBJECTS IN DIFFERENT LAYOUTS
This should do what you want.