pkenewell Posted December 12, 2019 Posted December 12, 2019 1 hour ago, ronjonp said: There is also this: FYI - you can also search for "ArrowheadType Property (ActiveX)" in AutoCAD help. It will give you all the enum variables, which you can use rather than the integers. 1 Quote
Aftertouch Posted December 13, 2019 Author Posted December 13, 2019 On 12/11/2019 at 6:08 PM, ronjonp said: Quick test and setting the DIMBLK variable as pointed out by @eldon imports the appropriate block. Maybe something like this: (defun _importarrowheadblock (n) (or (tblobjname "block" n) (= 'str (type (vl-catch-all-apply 'setvar (list "DIMBLK" n))))) ) (if (_importarrowheadblock "_BOXFILLED") (vla-put-arrowsymbol newleaderstyle "_BOXFILLED") ) Hello All, Thanks all for thinking with me, Happy so see im not the only one strugling with this one. Above solution solved my problem. Quote
EYNLLIB Posted January 24 Posted January 24 On 12/11/2019 at 4:04 AM, eldon said: Look at the system variable DIMBLK what program allows you to see this? Quote
EYNLLIB Posted January 24 Posted January 24 On 12/11/2019 at 4:04 AM, eldon said: Look at the system variable DIMBLK what program allows you to see this? Quote
EYNLLIB Posted January 24 Posted January 24 On 12/11/2019 at 4:04 AM, eldon said: Look at the system variable DIMBLK what program allows you to see this? Quote
EYNLLIB Posted January 24 Posted January 24 On 12/12/2019 at 8:33 AM, ronjonp said: There is also this: what program allows you to see this? Quote
Aftertouch Posted January 24 Author Posted January 24 Command: _.sysvdlg From the Express tools. Quote
EYNLLIB Posted January 24 Posted January 24 Just now, Aftertouch said: Command: _.sysvdlg From the Express tools. Thank you, Sorry for the multiple replies I think my internet went wild 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.