03-20-2018
04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-20-2018
04:20 AM
@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...