Initialization
- Last UpdatedNov 14, 2022
- 1 minute read
The add-in definitions are loaded from file during AVEVA E3D Design startup, and the application is included in the Global application control object !!appCntrl, which manages all application callbacks. PML code in add-in functions may need to find out which application is active when the code is executed. This can be queried by using the !!appCntrl.currentApp() method.