getInterface
getInterface(interface: Class): IDispatch;
The getInterface method of the ActiveXControl class returns the ActiveX interface specified in the interface parameter, if it exists. (As ActiveX interfaces are created as subclasses of the
If the specified interface does not exist, a null value is returned.