LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Complete list of a class's public member VIs for unsaved classes

Solved!
Go to solution

Is there a more efficient way of getting the list public member VIs for a class using the LV class data type for which hasn't yet been saved (yes, it's a corner case)?

 

The following requires the VI references be a Project Item reference in order to read their scope.

List all public class methods.png

 

VI (2018 & 2009) also attached

Download All
0 Kudos
Message 1 of 3
(3,279 Views)
Solution
Accepted by topic author matt.baker

Public member of unsafed class.png

Might want to close some of those refs, but this seems to work in principle.

Message 2 of 3
(3,258 Views)

Thanks! A good solution as always.

I just used the Get Library Access Scope method and removed anything project related in my original.

 

Class member VI names.png

0 Kudos
Message 3 of 3
(3,241 Views)