04-30-2024
04:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-30-2024
04:17 AM
Inventor instance access
If I have multiple instances open in Inventor (assuming 3 instances are open) and I want to access the 3rd instance as an active instance, how I can get that instance using the Inventor API? because currently getting 1st instance only even if I am running 3rd instance.
Please find below code snippet that I am using to get the inventor instance
Inventor.Application invApp = Marshal.GetActiveObject("Inventor.Application") as Inventor.Application;
Thanks in advance!