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

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

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

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

Layout对象的CopyFrom方法

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

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


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


   Dim A As AcadPlotConfiguration
    With ThisDrawing
      Set A = .PlotConfigurations.Add("AAA", True)
      .ModelSpace.Layout.CopyFrom A
    End With



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

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