What Should I Use to Program Inventor?

Before actually beginning to write any code I wanted to spend some time discussing what language to use when programming Inventor.  I wrote a post on this a while ago that still applies but my opinion has changed a bit since then.  In that post I recommended that you begin with Inventor’s VBA.  VBA still does have a few advantages but I think the advantages some of  the other languages have now outweighs the advantages VBA has.

If you’re a fairly new programmer, I recommend Visual Basic.  The latest version is Visual Basic 2010.  It comes as one of several languages in Visual Studio 2010.  The Professional version of Visual Studio, which is the least expensive full version, is approx. $500 and it probably has everything you’ll ever need.  You can also download Visual Basic 2010 Express from Microsoft, which is a trimmed down version and is free.  This is the version that’s used for the book I recommended in my previous post.  There are a couple of things missing from this version that you’ll wish you had when you begin some more advanced Inventor development but we’ll look at some workarounds later when we get to those topics.  For now the free Express edition has more than enough capabilities to begin learning Inventor’s API and is a great way to get started.

If you’re an old C++ programmer then you’ll likely prefer C# over Visual Basic.  I believe Visual Basic is easier to use for a new programmer but C# is very similar so it really is a personal preference rather than a question of which one is better.  You can also use Visual C++, but it is much harder, especially for a new programmer, to use than either Visual Basic or C#.  For this series of posts on getting started with the API, I’ll stick primarily with Visual Basic, but will also do some coverage of C# when there are differences.  I’m not going to spend any time on C++ but plan to write a separate post covering using C++ with Inventor.

In the next post we’ll actually begin writing some code.

-Brian


Comments

One response to “What Should I Use to Program Inventor?”

  1. I’m interested in learning more about programming with Inventor. Looking forward for more posts

Leave a Reply to Sunith BabuCancel reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading