Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to close an Instance of an inventor using inventor api?

1 REPLY 1
SOLVED
Reply
Message 1 of 2
arunkgvm
1096 Views, 1 Reply

How to close an Instance of an inventor using inventor api?

I cal an instance of an inventor using inventor api ,vb.net code. here is my code

 

inventorApp = CreateObject("Inventor.Application", "")

inventorApp.Visible = True

 

 

My doubt is and how can I close this inventor instance.I tried 

 

inventorApp.Visible = False

 

but not working. Anyone have any idea??

--- *AM* ----
Tags (1)
1 REPLY 1
Message 2 of 2

inventorApp.Quit
set inventorApp = Nothing

 You can close the inventor instance by using the above code

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report