
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Environment: Revit 2013
My users have a large main model with a bunch of smaller models linked in. It is a hassle for them when they need to print a sheet from one of the linked models because they have to close the main model, open the linked model, print the linked model, and then open the main model again and wait forever for it to load.
It would be nice if they could have a tool to print any # of sheets from the main/linked model(s) without having to to do the opening/closing of models. I've tried using UIApplication.OpenAndActivateDocument to switch between documents and print but that physically opens them as well. The ideal situation would be to print using the database info. Is there any way to do this using the API?
Solved! Go to Solution.