Question
6
Replies
136
Views
RBC
Posted: January 4, 2018
Last activity: January 4, 2018
Closed
Solved
Loop through a TreeView from Interrogation
Hi,
I have an interrogated TreeView control. How can I iteration through all the nodes and get the text/path?
I tried extracting the proxy but not sure which method I should use in robotics studio.
Any assistance is greatly appreciated.
Fiona
You should be able to pass the Nodes property into a ListLoop and extract a proxy from there. It will be of the type of each node and from there you can do what you need to with each one.