Message 1 of 4
Start an Inventor Instance using API

Not applicable
08-12-2013
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am using Inventor 2014 API for the automation using VB.Net code .hre I using vb.net code for start an instance of an inventor.the code is
inventorApp = CreateObject("Inventor.Application", "") inventorApp.Visible = True
But using this ,when we start visual studio ru as administrator the createobject having some error.
My Question is, is it possible any other way to start an Instance of an inventor.??