Skip to content

Commit

Permalink
journal files for issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Dieckmann committed Sep 19, 2015
1 parent 0521c8a commit 33924ec
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 0 deletions.
9 changes: 9 additions & 0 deletions issues/7/DynamoJournalFile_1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'Dim Jrn
Set Jrn = CrsJournalScript
Jrn.Command "StartupPage" , "Open this project , ID_FILE_MRU_FIRST"
Jrn.Data "MRUFileName" , "C:\temp\DynamoAutomation\revit/models\2016\dir1\4Walls.rvt"
Jrn.RibbonEvent "Execute external command:CustomCtrl_%CustomCtrl_%Add-Ins%Visual Programming%Dynamo 0.8:Dynamo.Applications.DynamoRevit"
Jrn.Data "APIStringStringMapJournalData", 3, "dynPath", "C:\temp\DynamoAutomation\slave/graphs\Revit2016\CountWalls.dyn", "dynShowUI", "false", "dynAutomation", "true"
Jrn.Command "Internal" , "Flush undo and redo stacks , ID_FLUSH_UNDO"
Jrn.Command "Internal" , "Close the active project , ID_REVIT_FILE_CLOSE"
Jrn.Command "SystemMenu" , "Quit the application; prompts to save projects , ID_APP_EXIT"
Loading

0 comments on commit 33924ec

Please sign in to comment.