Message 1 of 5
How do I get command dialog box through lisp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Autocad has a few commands that automatically calls a dialog box like; plot, style and etc. However, when I call one of these commands via lisp (command “plot”) I don’t get dialog version, I get the text version like: -plot.
So I wrote lisp routine to setup plot setting, at the end of lisp routine I want to call up the normal plot dialog box, but I don’t know how to call that.
Any advice?