Converting a LabVIEW Class to a GOOP Class

Updated Nov 1, 2023

Reported In

Software

  • LabVIEW

Issue Details

My LabVIEW project contains both LabVIEW classes and GOOP classes. Is it possible to convert one of the LabVIEW classes to a GOOP class?

Solution

No, this is not possible. Defining the class must be done at the creation stage and cannot be changed once the class has been created.