page setup

Sep 01, 2003 1 Replies

hi, you know when you have a drawing with lots of layouts and you have to print on a different printer? is there an easier way to change the printer on all the layouts than opening all the layouts individually?



Using Vlisp: Create a loop that cycles through the layout collection and for each one,

(setq CL (vla-get-activelayout (active-document))) (vlax-invoke CL "RefreshPlotDeviceInfo") (vlax-put CL "ConfigName" "PlotterName")

you have to print

layouts than

Join the Discussion

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

Didn't find your answer?

Ask the community — no account required