LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting ActiveX property

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
0 Kudos
Message 1 of 2
(2,509 Views)
You might want to make sure the method works if you try to use your component in visual studio first. Make sure you have at least LabVIEW 5.0.1 or later. Also, check out this Knowledge Base and see if what it says applies to you.

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/fa815fffe728a050862566db006cc139?OpenDocument
0 Kudos
Message 2 of 2
(2,509 Views)