- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm attempting to use an AcDbSummaryInfoReactor and I'm having a few problems.
As far as I can tell summaryInfoHasChanged is called when the Drawing Properties dialog is OK'd - regardless of whether any changes have been made.
It also seems to be called (unnecessarily?) multiple times - at a guess, once for every Custom Property I have defined.
Further, if in my summaryInfoHasChanged handler I use getCustomSummaryInfo to get the value of the custom property I know I just changed, it only returns the new value on the correct iteration (i.e., if I change the fourth custom property I only get the correct value on the fourth run through the handler otherwise i get the old value).
How do you tell which value is currently the one being changed? So I can avoid overwriting it with the old value on subsequent iterations...?
Solved! Go to Solution.