コード例 #1
0
 public void SelectViewSheetSet()
 {
     using (viewSheetSetForm dlg = new viewSheetSetForm(
                new ViewSheets(m_commandData.Application.ActiveUIDocument.Document)))
     {
         dlg.ShowDialog();
     }
 }
コード例 #2
0
ファイル: PrintMgr.cs プロジェクト: AMEE/revit
 public void SelectViewSheetSet()
 {
     using (viewSheetSetForm dlg = new viewSheetSetForm(
         new ViewSheets(m_commandData.Application.ActiveUIDocument.Document)))
     {
         dlg.ShowDialog();
     }
 }