Trigger Attribute Menu when Copying block within Drawing

Trigger Attribute Menu when Copying block within Drawing

BriannaWong98
Participant Participant
873 Views
3 Replies
Message 1 of 4

Trigger Attribute Menu when Copying block within Drawing

BriannaWong98
Participant
Participant

Recently created a titleblock template block containing some ATTDEFS. I was wondering, when I copy and paste it within the same drawing, is there any way to get the Attribute Editor to pop up like it does when I insert blocks?

0 Likes
874 Views
3 Replies
Replies (3)
Message 2 of 4

pendean
Community Legend
Community Legend
Copy/paste does not trigger anything in LT and can't be added.
0 Likes
Message 3 of 4

steven-g
Mentor
Mentor

No that only works when you insert a drawing, you could double click after you have made the copy which will open the enhanced attribute editor so you can adjust the attributes, or the properties palette is another method.

0 Likes
Message 4 of 4

Johneng
Collaborator
Collaborator

Would a button macro work for you? Both untested typed from memory.

 

^C^Ccopy;\;\\;attedit;last;

^C^Cpasteclip;\attedit;last;

0 Likes