11-27-2013 12:39 PM
I am looking to make a project specific child class from a NI_Report.llb. My first pass at this was to "save as" a copy the vi of interest, and then add the functionality. But the new vi had broken wires because of class conflicts, etc,,,,
So is there a proceedure in existance??
Thanks in advance.
11-27-2013 12:53 PM - edited 11-27-2013 12:54 PM
You set the inheritance via the class properities. So, create a new class. Prior to adding any methods go to the class properities and set its inheritance to inherit from the desired class. Now add or override the methods you need.