freshclue 发表于 2008-12-21 11:00:00

[求助]怎样把新建的页面设置设为当前

<p>用Set plotCon = PlotConfigurations.Add(plotConName, True) 命令新建了一个名为plotConName的页面设置,请问怎样把这个页面设置设为当前页面设置?</p>

woaishuijia 发表于 2008-12-21 11:49:00

Layout对象的CopyFrom方法

freshclue 发表于 2008-12-21 13:17:00

<p>我的程序运行之后,页面设置窗口是这样的,plotConName不是当前的设置,2楼的朋友能具体说一下吗?谢谢了</p>

woaishuijia 发表于 2008-12-21 13:42:00

本帖最后由 作者 于 2008-12-21 13:45:02 编辑 <br /><br /> <p>&nbsp;&nbsp;&nbsp; Dim A As AcadPlotConfiguration<br/>&nbsp;&nbsp;&nbsp; With ThisDrawing<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set A = .PlotConfigurations.Add("AAA", True)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ModelSpace.Layout.CopyFrom A<br/>&nbsp;&nbsp;&nbsp; End With</p><p></p>

3xxx 发表于 2013-6-3 21:29:03

这个问题困惑我很久。
页: [1]
查看完整版本: [求助]怎样把新建的页面设置设为当前