10-27-2022
04:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-27-2022
04:03 PM
Hi,
I'm trying to update properties in parts ahead of an assembly save.
My understanding is that to do this I need to call `ThisApplication.Documents.Open(...)` to be able to make changes.
But the assembly's changes, despite being lower down in the rule, execute first, and the part documents don't execute until after the save is complete.
I am familiar with other languages, and so it occurred to me that maybe this method is asynchronous. Is this true? In any case, how can I get around this problem?
Thanks
Solved! Go to Solution.