Message 1 of 1
Cancel the running program in the command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all I send a lisp in the command line."AcadApp.DocumentManager.MdiActiveDocument.SendStringToExecute("aaa" + "\x0020", true, false, true);" When it running and ask you "Select object:", I want exit the lisp program. How can I terminate the program? Is it by using
AcadApp.DocumentManager.MdiActiveDocument.CommandCancelled...? Thanks a lot.
AcadApp.DocumentManager.MdiActiveDocument.CommandCancelled...? Thanks a lot.