LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

inheritance with external class in labview

How can we inherit a labVIEW class from an external C# class within LabVIEW.

Examples are greatly appreciated.

0 Kudos
Message 1 of 5
(2,826 Views)

A LabVIEW class cannot inherit from an external C# class.

0 Kudos
Message 2 of 5
(2,808 Views)

All classes must inherit from the LabVIEW Object class Inheritance from another Laguage would be pretty scary to say the least.


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 5
(2,806 Views)

If you are new to LabVIEW OOP and coming from a C# OO background I would highly recommend reading LabVIEW Object-Oriented Programming: The Decisions Behind the Design - the LabVIEW implementation of OOP had to make a number of design decisions for OO concepts that do not easily translate to dataflow programming and that article discusses many of those differences. 

 

Regards,

 

Jeff Peacock 

 

Product Support Engineer | LabVIEW R&D | National Instruments | Certified LabVIEW Architect 

0 Kudos
Message 4 of 5
(2,787 Views)

Thank You everyone for the prompt response.

0 Kudos
Message 5 of 5
(2,775 Views)