Message 1 of 3
collection papersize.List = ?

Not applicable
10-15-2007
11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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 = ?
Dim Layout As AcadLayout
Set Layout = ThisDrawing.ModelSpace.Layout
Layout.RefreshPlotDeviceInfo
cur_plotters.List = Layout.GetPlotDeviceNames()
cur_plotstyle.List = Layout.GetPlotStyleTableNames()
cur_papersize.List = ?