02-23-2011 02:59 AM
I am interfacing to a .Net assembly. I use the constructor node and pass it the neccesary input bytes. The .net class then decodes the info and creates a list of parent type dataItems. How can I iterate through the list, check the type (By a property label) and downcast to a specific type to access the specific info. The list ofcourse, is of variable length.
02-23-2011 06:59 AM
This example might help you to understand how to iterate through the list:
Using the .NET IEnumerator interface in LabVIEW