Factory type override of sequence item does not work

In reply to ABD_91:

I thought about that, and it works if you don’t always need properties from the derived class. The way the code was written, with the derived handle at the class level, makes it look like it always needs these properties, so why not declare the driver that way. But then the sequence and sequencer also need to be specialized with the derived type.