Additional Information
The
To More Specific Class function will allow you to cast from a Child class to a Parent class, but not the other way around.
If you need to "cast" from a Parent class to a Child class, you must:
- Create a new instance of the Child class.
- Create an Accessor VI on the Parent class to allow the Child to access the Parent's data.