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

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!