- Joined
- Feb 2, 2012
- Messages
- 1,667
- Reaction score
- 115
- Points
- 78
Hi all,
here I am starting to ask questions again to those who know much better programming than me... :embarrassed:
The question is quite simple, and it's been debated somehow on the forum, I spent sometimes reading about it, but it's either too complicated or not what I'm looking for so here it is:
I have a class that handles a series of variables and routines, a plugin that creates an instance of that class in the simulation and I want an MFD to access the data contained in that class. How can I do it?
In MS2015 I used the dynamic cast and worked perfectly but that was a vessel class, I had much more access (like handle, interface etc) than to a generic class I created with a plugin.
Can anyone please help?

here I am starting to ask questions again to those who know much better programming than me... :embarrassed:
The question is quite simple, and it's been debated somehow on the forum, I spent sometimes reading about it, but it's either too complicated or not what I'm looking for so here it is:
I have a class that handles a series of variables and routines, a plugin that creates an instance of that class in the simulation and I want an MFD to access the data contained in that class. How can I do it?
In MS2015 I used the dynamic cast and worked perfectly but that was a vessel class, I had much more access (like handle, interface etc) than to a generic class I created with a plugin.
Can anyone please help?
