01-04-2025 01:13 PM
Is there a property node that can give me an indication of this?
Solved! Go to Solution.
01-04-2025 01:33 PM
Not a property, but a method:
01-04-2025 01:41 PM
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.
01-04-2025 01:53 PM - edited 01-04-2025 01:54 PM
@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.