Message 1 of 2
Storing Updaters data between Revit sessions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I've created Updaters that listens to wall changes to update an parameter holding their size. This is done via an addin I've written. But when restarting revit the warning about third party addin not installed pops up, as expected of course.
So I want to store data (IDs I guess) of the elements registered to updaters in some way, to automatically register updaters on startup. What way is the best for this? I've read about Extensible storage and shared parameters, but I'm not sure if that would be correct way of doing this.
Any suggestions?