Message 1 of 3
Activate Newly Created Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a pushbutton which activates NewProjectDocument(template_file) method which creates Revit project with company's template which is stored in central location. The problem is, as far as I understand, that new project is in memory and I cannot see it in Revit UI. Does anyone know how to activate it? I saw someone offered a solution with ShowElements(), but it does not work for me.