Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.2.3 ]
Hi,
I'm trying to access the GlobalTables folder in the model tree to search through each node to inspect the table names.
I've tried using:
for (int num = 1; num <= treeLength; num++) {
currNode = model().subnodes[num];
But that doesn't go into Model>tools>GlobalTables
Does anyone know how I can direct the search to the folder that I want within the model tree?
Thank you
Solved! Go to Solution.