Hi,
I want to prevent a layer from being plotted and I have found a few ways to do this but which way is the best?
1.
(command "_.-layer" "p" "n" "LAYERNAME" "")
2.
(defun PlotLayer2 (layerName bool / en output)
(if (setq en (tblobjname "LAYER" layerName))
(progn
(entmo...