Message 1 of 4
transaction usage, need best practice advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm working on a big plugin, it create many viewplan,3dview,textnotes,filledregions, ...,
reread them, export them, and so...
it work on very large models
and I need your advice
what are the best practices (in term of revit efficacity) ?
have one big transaction and all of the code inside ?
have one transaction per creation/modification functions (actually 1 function per object) ?
have some well chosen transactions (for update grouping) ?
have one transaction and many subtransactions ?
other solution ?
thanks in advance
Luc