LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing list items from .net dll

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.

 

 

0 Kudos
Message 1 of 2
(2,583 Views)

This example might help you to understand how to iterate through the list:

 

Using the .NET IEnumerator interface in LabVIEW

 

 

Message 2 of 2
(2,566 Views)