Hi all,
I'm trying to understand this example "Pass Container in a Queue from TestStand to LabVIEW" (https://forums.ni.com/t5/Example-Programs/Pass-Container-in-a-Queue-from-TestStand-to-LabVIEW/ta-p/3...)
I don't quite understand this remark - "In this example, the container is expected to be enqueued by value, so we must make a copy of the object (Engine.CopyPropertyObject) once it is in LabVIEW. ". I tried and I am able to work based on the original reference as well. Why is there a need to copy ?