Message 1 of 4
Set a page setup current with lsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I see this is talked about quite a bit. But I would like to be able to apply a page setup to the active layout tab with lsp. I have this for importing the page setup that I want, but I cannot seems to get it to be applied to my current layout without opening the page setup manager dialog box.
(defun C:3624PageSetup ()
(command "._-PSETUPIN" "X:/XX/Page Setups.dwg" "3624 PDF")
)