How to represent alt-L in Multi batch

How to represent alt-L in Multi batch

Anonymous
Not applicable
781 Views
3 Replies
Message 1 of 4

How to represent alt-L in Multi batch

Anonymous
Not applicable

I am using Multi batch to to make changes to 100 drawings and want to restore the

color to bylayer. However, to make that change in autocad I have to type alt L but when

I tried doing that in Multibatch it won't work.

Any ideas?

 

Thanks

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

CodeDing
Advisor
Advisor
Accepted solution

@Anonymous ,

 

Multi Batch is an addon program, so I'm not sure exactly. But assuming you mean that all new objects should be created with a default BYLAYER color, there are 2 ways:

-COLOR
"BYLAYER" ;
(setvar 'CECOLOR "BYLAYER")

Best,

~DD

0 Likes
Message 3 of 4

Moshe-A
Mentor
Mentor

@Anonymous  hi,

 

to set all objects in drawing to have bylayer explore SETBYLAYER command.

 

0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

Look at CHPROP select what you want and change colour to bylayer

0 Likes