Recognize change of air flow in system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm trying to recognize changes in air flow of a system using the OnDocumentChangedEvent. When selecting my outlet there are two ways of changing the flow. Either changing the flow parameter directly in the properties tab or changing the value in the small contextual ribbon underneath the other buttons in the ribbon. The problem is that a change is never registered for the system (I'm looking in the modified ElementIds of the EventArgs). If I access the system from other elements that were modified (the outlet, for example), I can get the new flow of the system only if I changed the flow using the contextual ribbon but not if I changed the flow parameter of the outlet. In both cases the system flow is changed when looking in the UI. Does anyone have any insight on how to recognize when the flow of a system changes?
Thanks in advance!