LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why an IVI-COM enumerated type does not show up its values in a LabView VI enumerated property input?

Mark

 

The IVI-COM interfaces are not having a relation of inheritance as that defined in OO programming. For interfaces that have a parent-child relationship this relation allow the user to traverse from one interface to another in an easy way but otherwise there is no kind of relation between the methods/properties of one interface(parent) with the methods/properties of the other interface(child). And this of course is not inheritance the way people in OO are talking.

 

Sooner or later the designers of the Class Browser will discover this special issue related to usage of enumerated properties trough a parent interface of the orginal defined interface.

 

Thanks

 

 

Sorin

0 Kudos
Message 11 of 12
(474 Views)

Sorin,

Are you able to post the code for your COM control?  I've been working on this, and seeing your code will help me figure out what's not being done correctly.  

 


Mark E.
National Instruments

0 Kudos
Message 12 of 12
(448 Views)