Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying create a simple lisp routine to create layer with their filter, but i found an error in AutoCAD 2023 Student Version when i run my lisp :
(command "_.-layer" "m" "30L-AULAS-SUELO-" "") (command "_.-layer" "_FILTER" "N" "G" "" "30L-AULAS-SUELO-" "30L-") (command "")
this error is something related to Microsoft, so, probably there is not easy solution, but I can dodge this error closing the Layer Panel.
then... What is the command to close and re-open the Layer Panel, Or How can I manage this?
Solved! Go to Solution.