Extending product function with VBA : The System Architect object model : Object model classes : Application class
  
Application class
This is the System Architect application object, through which the user interface can be controlled. It is the highest level in the object model. An instance of the application object is instantiated as follows:
Dim oApplication As SA2001.Application
Set oApplication = New Application
See also
Application class: Attributes
Application class: Methods
Object model classes