bancell 发表于 2022-7-5 22:40:38

layer table (420 . truecolor)

I have a layer that is true color.However when I tblsearch the layer to get the properties, it only lists the index color that closely resembles the true color (assoc 62).I want to get the true color which has been assoc 420.Is there something I am missing?Thanks in advance

MSasu 发表于 2022-7-5 23:04:17

Please consider using the TBLOBJNAME function instead of TBLSEARCH:

(entget (tblobjname "LAYER" "0"))

bancell 发表于 2022-7-5 23:22:46

That did it.Tblobjname with entget brought up a lot more information including my elusive 420!!Thank you.

MSasu 发表于 2022-7-5 23:43:07

Glad to hear is solved now. You're welcome!
页: [1]
查看完整版本: layer table (420 . truecolor)