Message 1 of 2

Not applicable
07-20-2013
01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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??
Solved! Go to Solution.