SET PlotConfigurations

SET PlotConfigurations

Anonymous
Not applicable
237 Views
2 Replies
Message 1 of 3

SET PlotConfigurations

Anonymous
Not applicable
Hi ng,

I´ve Copy some Page Settings from a template file into my Active Drawing,
now I like to set the Page Setup Name- & this is my Prob how can I set a
Page Setup Name Automaticly in VBA ? any Idea.

thy 4 all help.

Michael
0 Likes
238 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
Named Page Setups are stored in the PlotConfigurations collection. Use the CopyFrom method of a Layout object to set the Layout's properies to the properties contained in a PlotConfiguration object. See the help sample on the CopyFrom method for more info. Although the help doesn't mention it, you can specify a PlotConfiguration object as the argument.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 3

Anonymous
Not applicable
thx


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Named
Page Setups are stored in the PlotConfigurations collection. Use the CopyFrom
method of a Layout object to set the Layout's properies to the properties
contained in a PlotConfiguration object. See the help sample on the CopyFrom
method for more info. Although the help doesn't mention it, you can specify a
PlotConfiguration object as the argument.
0 Likes