muck Posted December 5, 2010 Posted December 5, 2010 Using AutoCAD 2010 vba. Is it possable to pick an attribute within a multiattribute block and get its tag name? A way to use a mouse to pick the actural attribute to get the attribute name? Thank you, Quote
SEANT Posted December 6, 2010 Posted December 6, 2010 See if the routine posted in this thread is any help: http://www.cadtutor.net/forum/showthread.php?33257 Quote
SEANT Posted December 6, 2010 Posted December 6, 2010 Actually, in that example routine you may want to change the line to: strText = entAtt.TagString Quote
muck Posted December 22, 2010 Author Posted December 22, 2010 So how would strText=entAtt.TagString be set up in code to get a choosen attribute? Thank you, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.