This is a library of use-full extension and helper methods for Autodesk Inventor API.
| These Inventor Interfaces are covered |
|---|
| Application |
| AssemblyDocument |
| ComponentOccurances |
| Document |
| PartDocument |
using InventorToolBox;
//set up a console app
//get an instance of Inventor
App.ConnectToInventor();
//Get partNo of active document
var partNo = App.ActiveDocument.GetProperty(kDocumnetProperty.PartNumber);C#