Message 1 of 7
Revit API equivalent to "apply" button while editing parameters and types?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We have a family that needs its types and parameters edited all at once, then applied using the UI "apply" button. It works fine in the UI, we edit all the parameters, switch to a different type, edit some parameters, hit apply and it's all good.
However, while doing this through the API, it looks like Revit API hits "apply' after every single familyManager.Set(param, value) call. I've tried to move all parameter and type actions to a single transaction, but nothing changed.
Is there a way to stop Revit from automatically hitting "apply" after every single param edit and then call some function manually to case the "apply" action?
Thanks in advance,
Adam