Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In C++ can I use this function, using the key index Member string to select which row in the factory I want to insert?
In the docs all I see is
- Use an iPartTableRow (but no examples in C++).
- Use an index, this works but I need to know the index before using it.
- Use a set of parameters in a string (but "[Member=142314]" does not seem to work
Can I not simple use a string with the appropriate member?
Solved! Go to Solution.