Re: entmod with layer table

(tblsearch) returns an incomplete list. Use (entget (tblobjname "layer" "e-ltg-n")) instead. ___

I am trying to use the following code to modify a layer list but entmod > doesn't seem to work. > > (setq layer_list (tblsearch "layer" "e-ltg-n")) > (setq layer_list (subst (cons 2 "E-LITE-N")(assoc 2 layer_list)

layer_list))

(entmod layer_list) > > Is there some other method that I should use for this?
Reply to
Paul Turvill
Loading thread data ...

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.