I have several interface properties in my ActveX component. I have a property, say, MyProp. To get and set the property I have defined the standard get_MyProp and set_MyProp methods.
However when I try to access it from Labview, it doesnt support set functionality and supports only get functionality.
Is there a workaround?
Thanks in advance
Is there a workaround