User | Kudos |
---|---|
8 | |
6 | |
5 | |
4 | |
3 |
I find I often have code where I want to access the property of a sub-class, which requires I chain property nodes. I would like the option to be able to access the properties of properties, like so:
Basic example, one level deep:
I understand some properties may have side-effects (like returning a newly opened reference that needs to be cleaned up), perhaps include an option on a given property whether or not sub-properties can be accessed this way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Duplicate of https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Dot-convention-for-accessing-nested-LVCLASS-propertie...