LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

PolyBezier function

has anyone tried to call the PolyBezier function in CVI?   IT's been used in some VB code before but i'd like to use it in a CVI app.
0 Kudos
Message 1 of 4
(3,363 Views)
Hello,

You can call the PolyBezier() function from CVI if you have Windows SDK installed.
To be able to call Windows SDK functions, choose Windows SDK support when installing CVI (you need to have CVI Full Develepment System for this). Please refer to this knowledge base article for more information.

Thanks and good luck!
Shakhina P.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(3,343 Views)
Thanks.   I've read the Knowledge base article and it's ok.  
Is there any example code that shows how to actually call the function?
 
The OldVaxGuy
  
0 Kudos
Message 3 of 4
(3,311 Views)
I could not find CVI examples that illustrate the usage of this function, but you can find more information on PolyBezier here on MSDN.
There is a link to an example code on this page, even though it calls the Polyline function, it might be useful.

Good luck and best regards,
Shakhina P.
Applications Engineer
National Instruments

0 Kudos
Message 4 of 4
(3,287 Views)