Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
On rare occasions I need to modify the arrowhead on a mleader. I've done it before but I cannot find my old code.
I can use:
(command "Mleader" pt5 pt6 "" answr)
(setq ent (ssname (ssget "L") 0))
(setq ldrobj (vlax-ename->vla-object ent))
(vla-put-arrowheadsize ldrobj 6.0)
and change the size, but I need to change arrowhead symbol from Closed filled to Dot blank.
Any ideas?
Solved! Go to Solution.