collection papersize.List = ?

collection papersize.List = ?

Anonymous
Not applicable
248 Views
2 Replies
Message 1 of 3

collection papersize.List = ?

Anonymous
Not applicable
what is the collection of the papersize to get this list of the plotter you choise

Dim Layout As AcadLayout
Set Layout = ThisDrawing.ModelSpace.Layout

Layout.RefreshPlotDeviceInfo

cur_plotters.List = Layout.GetPlotDeviceNames()

cur_plotstyle.List = Layout.GetPlotStyleTableNames()

cur_papersize.List = ?
0 Likes
249 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
There is none. You have to get it from each PlotConfiguration object.

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
The only way I think you could access that info is by somehow getting at the PC3 object... not sure how you can do that in VBA though...

you may need Dot Net for that one...
0 Likes