Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : OpenEncyclopediaUsingDisplayName
  
OpenEncyclopediaUsingDisplayName
Opens an existing System Architect Encyclopedia using its display name
Syntax
Application Object.OpenEncyclopediaUsingDisplayName(strDisplayName)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
strDisplayName
Use: Required
Data type: String
strDisplayName is the name as it is shown on the System Architect caption bar, that is. connection-name(encyc-name).
Example
Sa2001.OpenEncyclopediaUsingDisplayName "Local Server SUZANNESTLOGICSA 106(Samples)"
See also
Application class: Methods