page setup

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?

Reply to
mart
Loading thread data ...

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

Reply to
Smackypete

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.