Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
meGVGMF
342 Views, 2 Replies

ThisApplication.Documents.Open : Synchronous or Asynchronous?

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