Message 1 of 7
Disable screen updating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I noticed a very strange problem in the API (NavisWorks 2018). I created a script that adds a large number of custom properties to model items according to an Excel table. I followed this article - http://adndevblog.typepad.com/aec/2012/08/addmodifyremove-custom-attribute-using-com-api.html.
When I run my script if the properties panel is open, it starts to flicker intensively as if it is constantly updated and most importantly it has a very strong effect on the program's running time. If I run the script when the properties panel is closed the run time is much less.
Can I turn off screen updating?
Is it possible to close the properties panel programmatically?