Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
After the line
MyArea = iProperties.Area
enabled "Defer Update"
How do i turn off "Defer Update" with ilogic?
Solved! Go to Solution.
Hello
After the line
Solved! Go to Solution.
Hi @WilcoLP. That setting is actually in two places. There on the Manage tab > Update panel, and also within the Application Options > Assembly tab, right at the top (same setting). And yes, it is exposed to Inventor's API. Here is a simple iLogic code to toggle that setting.
ThisApplication.AssemblyOptions.DeferUpdate = Not ThisApplication.AssemblyOptions.DeferUpdate
...or you can just put False after the = sign to ensure that this code always turns it off.
If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS) 👍.
If you want and have time, I would appreciate your Vote(s) for My IDEAS 💡 or you can Explore My CONTRIBUTIONS
Wesley Crihfield
(Not an Autodesk Employee)