
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am starting to write an add-in in Revit that will deal with the creation of thousands of family instances, addition of parameters and its values on the fly. I have most of the bits of code required for the task, but I really I have no clue on when to use doc.regenerate or not (the lesser the better for best performance and I understand that I may have to organize my add-in in order to minimize the number of calls).
I have browsed through the Intenret, including Jeremy's blog notes on the topic, but it still seems to me that it is some kind of trial and error operation.
Are there any guidelines/recommendations/documentation on the type of Revit database update operations that require the use of doc.regenerate inside a transaction?
Regards,
Juan
Solved! Go to Solution.