You Cannot Use the New Operator with a Class Interface

From Xojo Documentation

Error message

You used the New operator with a class interface. You create new class interfaces using the Project . Add . Class Interface menu command or the Add Class Interface button in the Project Editor.


Examples

The class interface Interface1 has already been added to the project

Dim c as Interface1
c=New Interface1