iLogic to add iAsssembly table column

iLogic to add iAsssembly table column

Anonymous
Not applicable
464 Views
3 Replies
Message 1 of 4

iLogic to add iAsssembly table column

Anonymous
Not applicable

Is this possible to do via iLogic without going through the ExcelWorksheet object? 

0 Likes
465 Views
3 Replies
Replies (3)
Message 2 of 4

MechMachineMan
Advisor
Advisor

api HELP.JPG


--------------------------------------
Did you find this reply helpful ? If so please use the 'Accept as Solution' or 'Like' button below.

Justin K
Inventor 2018.2.3, Build 227 | Excel 2013+ VBA
ERP/CAD Communication | Custom Scripting
Machine Design | Process Optimization


iLogic/Inventor API: Autodesk Online Help | API Shortcut In Google Chrome | iLogic API Documentation
Vb.Net/VBA Programming: MSDN | Stackoverflow | Excel Object Model
Inventor API/VBA/Vb.Net Learning Resources: Forum Thread

Sample Solutions:Debugging in iLogic ( and Batch PDF Export Sample ) | API HasSaveCopyAs Issues |
BOM Export & Column Reorder | Reorient Skewed Part | Add Internal Profile Dogbones |
Run iLogic From VBA | Batch File Renaming| Continuous Pick/Rename Objects

Local Help: %PUBLIC%\Documents\Autodesk\Inventor 2018\Local Help

Ideas: Dockable/Customizable Property Browser | Section Line API/Thread Feature in Assembly/PartsList API Static Cells | Fourth BOM Type
0 Likes
Message 3 of 4

Anonymous
Not applicable

I looked at the relevant help files before posting here. The iAssemblyTableColumns object (at least according to the 2015 API help) has the following methods Properties: Application, Count, Type, and Item. The iAssemblyTableColumn object has the following method: Delete.

 

My post here was to possibly get feedback on what can/can't be done with iLogic so I don't waste any more time.

 

Best Regards

0 Likes
Message 4 of 4

MechMachineMan
Advisor
Advisor
It's definitely looking like you're SOL, IMO. Inventor does heavily rely on Excel, so it does make sense that regardless of what your are doing, if it involves Excel, it's going to be going through excel whether you intend it to or not.

--------------------------------------
Did you find this reply helpful ? If so please use the 'Accept as Solution' or 'Like' button below.

Justin K
Inventor 2018.2.3, Build 227 | Excel 2013+ VBA
ERP/CAD Communication | Custom Scripting
Machine Design | Process Optimization


iLogic/Inventor API: Autodesk Online Help | API Shortcut In Google Chrome | iLogic API Documentation
Vb.Net/VBA Programming: MSDN | Stackoverflow | Excel Object Model
Inventor API/VBA/Vb.Net Learning Resources: Forum Thread

Sample Solutions:Debugging in iLogic ( and Batch PDF Export Sample ) | API HasSaveCopyAs Issues |
BOM Export & Column Reorder | Reorient Skewed Part | Add Internal Profile Dogbones |
Run iLogic From VBA | Batch File Renaming| Continuous Pick/Rename Objects

Local Help: %PUBLIC%\Documents\Autodesk\Inventor 2018\Local Help

Ideas: Dockable/Customizable Property Browser | Section Line API/Thread Feature in Assembly/PartsList API Static Cells | Fourth BOM Type
0 Likes