- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Inventor 2017, VS 2015, VB.net addin
My addin creates a CustomTable. The addin can update this table and any copies made of the table as data changes. It does this by looking at the CustomTables and replacing the rows of each table with a matching title.
Problem comes when I manually split the table (right click table,Table,Split Table). My addin then sees two tables and tries to update both. I can not find a way to detect if the second table is a copy of first that also needs its data updated or is split off the original table. If I try to change the split section inventor exits to desktop (I assume this is a bug in inventor).
My workaround is to gather properties about each matching table and delete it which will delete any split off sections. After I use the properties gathered to recreate the tables. But I have to then manually recreate the splits that are sometimes necessary.
So... how do I deal with split CustomTables?
Stan
Solved! Go to Solution.