Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

@SutherNe Solution is almost comlete only one small thing that you need set oAppevents

 

 

best way to add it in addin activate method :

 

g_inventorApplication = addInSiteObject.Application

 

oAppevents= g_inventorApplication.ApplicationEvents()

 

dont forget to declare g_inventorApplication like:

 

Public g_inventorApplication As Inventor.Application

 

or use your own object for inventor...