In LabVIEW, I want to programmatically control the properties or methods of an Image Display. I can do that in my Main VI by creating a reference and connecting a Property Node. But when creating a SubVI to handle all Image Display-related Methods or Properties, I can’t find a way to access the ImageControl reference. How can I access the ImageControl reference?