Message 1 of 6

Not applicable
07-10-2020
01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I created a multileader with a attributed block content.
I will use this multileader style in my autolisp with (COMMAND "MLEADER" point1 point2 ... )
I enter point1 point2 then Edit Attribute window pops up on screen.
How can i fill or pass blank these attribute lines in autolisp? How should i continue?
(command "cmleaderstyle" "EI_2.5MM_ATT") ;attribute style selected
(command "mleader"
point1
point2 ;after entering two point coordinates what should i do?
Solved! Go to Solution.