Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are currently switching over from Map 3D 2018 to Map 3D 2020 and I am having trouble using the SAVEAS command in an AutoCAD script that previously worked:
(LOAD "C:\\TMP\\BLM LISP\\GMM to Shape Files\\Create Project TWP File.lsp")
(createtwp (vl-filename-base (getvar "dwgname")))
CTLIN
IMPSIDS
IMPCOR
RIL
LAY->TBDY
(SETJOB)
ZOOM
E
PIDOFF
RF
LXIN
CRPOLYTOPO
IMPAN
(LOAD "C:\\TMP\\BLM LISP\\LINKING\\READ IN LLD FILE.LSP")
READLLD
SAVEAS
1018
The process works flawlessly, except for the save portion. I am assuming that there have been no updates to the AutoCAD formats, so why do I get this error message:
J Leavitt, PLS
Land Surveyor
Bureau of Land Management
California State Office
Land Surveyor
Bureau of Land Management
California State Office
Solved! Go to Solution.