Creation of a .NET List programmatically in LabVIEW

Updated Aug 25, 2025

Reported In

Software

  • LabVIEW

Issue Details

I am trying to create and manipulate a .NET list object programmatically within LabVIEW. The list contains a mix of valid object instances and null entries.

Solution

In order to create a .NET list object programmatically in LabVIEW, when you have a null instance in the generic .NET List you wish to create, you will require the use of the Variant to Flattened String function and the use of property nodes for dynamic object creation.

An example code snippet of how the implementation is done is shown below: