LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is VI Password Protected?

Solved!
Go to solution

Is there a property node that can give me an indication of this?

0 Kudos
Message 1 of 4
(156 Views)
Solution
Accepted by topic author maxnoder1995

Not a property, but a method:

paul_a_cardinale_0-1736019187774.png

0 Kudos
Message 2 of 4
(147 Views)

Thank you very much! also, I would love to know if there is a method or a property that returns whether a VI is polymorphic.

0 Kudos
Message 3 of 4
(143 Views)
Solution
Accepted by topic author maxnoder1995

@maxnoder1995 wrote:

I would love to know if there is a method or a property that returns whether a VI is polymorphic.


VI property "VI Type" tells you that.

You can also type cast it to class "PolymorphicVI" using "To More Specific Class" and check whether that returns an error.

 

Regards,

Raphaël.

0 Kudos
Message 4 of 4
(128 Views)