05-20-2018
10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-20-2018
10:58 AM
I was right. It broke.
ReferencedDocumentDescriptor.FullDocumentName gave an old filespec with a different directory on one of the parts.
It seems like ReferencedDocumentDescriptor properties don't ever update themselves; then when a link is suppressed, they dredge up ancient history instead of the last known values. This is really unhelpful.
If I have a suppressed derivation to a part, I need to be able to reliably find the correct DerivedPartComponent for it. Otherwise how can I un-suppress it in code?