I have a BOM table in an assembly that I would like to get as a datatable in vb.net. Does anyone know if there is a way to do this without creating the datatable and then filling it cell by cell with information from the BOM table.
I tried directly going from myBomfeature to DataTable like such
MyDataTable = MyBomfeature.GetTableAnnotations
That did not work.
I just want the super simple magical solution if there is one.
There isn't one.
It's a pretty simple loop though.