Message 1 of 1
Command in AutoCAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again guys.
Is there a command for this?
I'm using the mini-lsp to configure my layouts. I make the first layout save the .dwt and I insert the next ones with code.
Can I set the print area in the layout? for when I press the " + " it already get configured?
(defun c:mais (/) (command "_.LAYOUT" "T" "c:\\New\\qt.dwt" "Layout1") (princ) )