Setting up visual studio with inventor libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've previously been running a large number of codes in everything from iLogic, to Inventor VBA, to Excel VBA, to AutoCAD VBA. Suffice it to say passing the information around is difficult and requires a large number of work arounds and the like, and it doesn't even look like VBA can do all the things I want it to. Therefore I have decided to make the conversion to C# and control everything via visual studio, which should give me new abilities that I previously did not have.
I have already set up visual studios to access the autocad libraries successfully, but I do not know what dll's to import in order to reference the inventor libraries correctly. Could someone let me know what references to add because I've been perusing the net for a while searching for them.
Thank you