Creo C++ Toolkit ListItems/ListFeaturesByType does not work for family table instance.
I am working with a C++ Toolkit program on Creo 10.0.5.0 that recursively searches through an assembly's parameters. The problem I am facing is when it runs into family table parts. When I attempt to retrieve the component features from a family table instance it only ever returns the components from the generic.
So then when the code attempts to recurse on certain parts in the family table generic it fails because those aren't in the instance and therefor not in session. I have confirmed that the assembly I am reading parts from is the instance as GetFullName() returns filename<filename> corresponding with the instance.

