

Registered forum members do not see this ad.
how do i make the color go to bylayer with the following
(vla-put-Color vlaEnt "11")
I tried
(vla-put-Color vlaEnt "bylayer")
But it doesn't work
any ideas?
cheers


Registered forum members do not see this ad.
A colornum value of 0 defaults to ByBlock, and a value of 256 defaults to ByLayer.
There is the answer.
Asked too early - cheers![]()
Bookmarks