LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fine VI Property in Labview 2016

Solved!
Go to solution

Hi all

   I want to get snippet property to set my code,why can't find in Labview2016 or somewhere in,thanks!!

 

 

Download All
0 Kudos
Message 1 of 3
(1,412 Views)
Solution
Accepted by Sam.Huang

Notice that the property nodes are red.  That means you are using properties that are deprecated and you shouldn't use them anymore.  The FP.Open and FP.Close are now methods that you access with invoke nodes.  Same for centering the VI.  The origin is actually a Pane property, so you have to get the reference of the from the panel reference.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(1,353 Views)

Hi  crossrulz

 It works,thanks a lot for your help.

0 Kudos
Message 3 of 3
(1,309 Views)