Re: entmod with layer table

Aug 22, 2003 0 Replies

(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?

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required