Set Current Page Setup

Set Current Page Setup

billco-mfg
Advocate Advocate
514 Views
3 Replies
Message 1 of 4

Set Current Page Setup

billco-mfg
Advocate
Advocate
I need to set the current Page Setup, the equivalent of opening page setup manager, selecting an existing setup and clicking set current. Is there a way to do this?
0 Likes
515 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
I use Acad 2004 where something similar to the line below can be used (watch
the wrap). I don't know if it will work in higher versions.

ThisDrawing.ActiveLayout.CopyFrom
ThisDrawing.PlotConfigurations("YourPageSetupName")

HTH,

Gary
0 Likes
Message 3 of 4

billco-mfg
Advocate
Advocate
That did it. Thank you.
0 Likes
Message 4 of 4

Anonymous
Not applicable
You're welcome.

Are you using a version higher than 2004?

Gary
0 Likes