layer use true color or index color?

layer use true color or index color?

sunlight1
Enthusiast Enthusiast
284 Views
2 Replies
Message 1 of 3

layer use true color or index color?

sunlight1
Enthusiast
Enthusiast

Hi 
How can i know if Object layer is True color or Index color? 
for example, lets say i have an object list or layer list and i want to change the IC layers to TC layers, 
and the TC layers to IC layers. 
so how/where can i get that info about that ? 

0 Likes
Accepted solutions (1)
285 Views
2 Replies
Replies (2)
Message 2 of 3

Kent1Cooper
Consultant
Consultant
Accepted solution

(getpropertyvalue (tblobjname "layer" "YourLayerName") "Color")

returns a text string, of three numbers with commas between for Truecolor, just one for index.

Kent Cooper, AIA
0 Likes
Message 3 of 3

sunlight1
Enthusiast
Enthusiast

tnx Kent its perfect ! 

0 Likes