muck Posted May 11, 2017 Posted May 11, 2017 Is there an C sharp, VB.net or lisp routine that is equivlent to the Attipedit command? The AttipEdit command allows a user to select an attribute in a block reference and directly edit it. Most C sharp vb.net or lisp routines has the user to select the block and then the program extracts the attribute for a block defination. Thank you, Quote
BIGAL Posted May 12, 2017 Posted May 12, 2017 Nentsel you can pick an object like an attribute, (setq obj (entget (car (nentsel)))) just pick attribute. There should be a method in .Net etc. 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.