satishrajdev Posted May 13, 2013 Posted May 13, 2013 Hi guys, I have drawn leaders and now i want to change those leaders arrow head type to "User Arrow" and specify a blockname.... can anybody suggest me a code for it Thanks a lot....in advance:) Quote
GP_ Posted May 13, 2013 Posted May 13, 2013 Try. (defun c:test ( / a b ) (setq a (vlax-ename->vla-object (car (entsel "Select Leader")))) (setq b (getstring "\nUser Arrow: ")) (vla-put-ArrowheadBlock a b) ) Quote
satishrajdev Posted May 13, 2013 Author Posted May 13, 2013 Thanks a lot GP_...... Problem solved 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.