02-20-2009 09:14 AM
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
02-24-2009 06:48 PM
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.