10-25-2012 09:19 AM
Hi,
Is there any way, so that I can specify multiple "Type" to Get All Descendents Method invoke node.
For example if I need to get all descendents of "Folder" and "VI" type.
10-25-2012 10:33 AM
Call it twice. If you're on LV 2012, you can even use a for loop with a concatenating tunnel to build the 1D array without any additional code.
10-25-2012 10:48 AM
You know- I asked myself this question just yesterday and the help file didn't (help)
Try "(VI,Folder)" and post back please
10-29-2012 12:47 AM
Try "(VI,Folder)" and post back please
No help..!!
@ tst
Call it twice.
That option I had figured out, but I need the references of All Descendents (Folders and VIs) in the order of they appear in the project.
10-29-2012 01:39 AM
My guess would be that you will have to get all the descendents and then go over them one by one and filter out the ones you want, but I'm assuming you already figured that option out and you're looking for a faster option. I don't know the project methods well enough to be able to give an answer, but I'm assuming there isn't a shortcut.