Extending product function with VBA > The System Architect object model > Object model classes > Application class > Application class: Methods > Interface
  
Interface
This method is rarely used but can call an instance of an interface using a text string rather than an explicit reference.
Example
Dim sa As Application
Set sa = New Application
Dim ob As Object
Set ob = sa.Interface("ISAIMF")
See also
Application class: Methods