メッセージ1/3
Mark document as dirty for derived part updates
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
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?