Message 1 of 5
Add-in equivalent of iLogic's "SharedVariable"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In iLogic, I can create a SharedVariable to store values during the current session. These variables are shared (accessible by all iLogic scripts) and persist during the entire Inventor session.
I'm wondering how to do something equivalent to this but in an add-in. I'm writing a couple of add-ins that have a bit of functionality overlap, and I need them to be able to "talk" to each other by checking some application-global variables. These variables should last until the Inventor session is closed.
@MjDeck, can you shed some light on how the SharedVariables work under the hood, and how to emulate that with straight VB code?
