04-25-2019
09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-25-2019
09:31 AM
Hi @YuhanZhang, my add-in is supposed to manage certain things about the drawing, such as information in text fields and which parts are shown in Parts Lists. These need to stay up to date with changes to referenced documents, but I don't want my code running unnecessarily. I assumed the most efficient way to do this would be to "hook in" to the built-in Update and run my code whenever it does.