04-02-2012 11:03 AM
I'm doing a bit of VI scripting, to create a child class of a given parent and overriding selected dynamic dispatch VIs. To create a profile of a class library I am iterating through all the VIs and checking the connector pane to see if it has any dynamic terminals. I'm sure there is a smarter method....
Solved! Go to Solution.
04-02-2012 12:54 PM
If you have a reference to the class library, you might be able to use the "DynamicMemberVIs" property (There is also a "StaticMemberVIs" property). I haven't tried using this myself, so I cannot guarantee it will do what you need.
Chris M.
04-03-2012 03:58 AM
Well that was well hidden 🙂