- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made a recent post here about MVVM and keeping a list of selected elements updated with updates in the Revit model.
I have made some progress after the guidance provided in that first post, but still running into an issue I can't seem to resolve. After some review, it seemed like IUpdater interface would be the best way to keep my view up to date with the revit model changes. Full code on github.
Debugging in the Execute command, the model elements are correctly revised based on updates in performed in the revit model (see if gif below, one of the items changes from a W18x40 to a W21x44, the list of IEnumerable<RevitFramingModel> structuralFramingElements is correctly updated while debugging)
The problem, the datagrid view is not updated with this data.
Do you know where my problem is? I can't figure out why the view won't update.
Thanks!
Solved! Go to Solution.