Message 1 of 3
Mark document as dirty for derived part updates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Working with a VB.NET addin and I'm stumped how to get a part to be marked for update
Part B is derived from Part A, and I'm making non-geometry changes in Part A.
What I want is for Part B to know it needs to update so the rest of my code can handle the Part B changes on its update, but setting the Part A as dirty doesn't seem to cut it.
Any good options for doing this?