Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the interface that is associated with the COM object.
Syntax
public ComInterface interface()
Run On
Called
Return Value
Type: ComInterface Extended Data Type
The interface that is associated with the COM object; 0 (zero) if no interface is associated with the COM object.
Examples
The following example shows how to retrieve the interface that is associated with a COM object.
// The obj variable was previously instantiated.
info(strfmt("Interface: %1", obj.interface()));