Accessing variables in overridden class

Hi,
I extend a monitor and use override by type in my environment. within the extended monitor I added another analysis port, when I try to connect this analysis port I get compilation error (Member not found).
Any Idea how to overcome this issue?

Thanks,

Moshiko

How does your environment detect that you’ve overridden your monitor? If you use a factory override, you’ll likely need to downcast the handle to the monitor to an extended monitor variable.