[求助]怎样把新建的页面设置设为当前
用Set plotCon = PlotConfigurations.Add(plotConName, True) 命令新建了一个名为plotConName的页面设置,请问怎样把这个页面设置设为当前页面设置?Layout对象的CopyFrom方法 我的程序运行之后,页面设置窗口是这样的,plotConName不是当前的设置,2楼的朋友能具体说一下吗?谢谢了
Dim A As AcadPlotConfiguration
With ThisDrawing
Set A = .PlotConfigurations.Add("AAA", True)
.ModelSpace.Layout.CopyFrom A
End With
这个问题困惑我很久。
页:
[1]