Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : OpenEncyclopedia
  
OpenEncyclopedia
Opens an existing System Architect Encyclopedia.
Syntax
Application Object.OpenEncyclopedia(EncyclopediaPath)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
EncyclopediaPath
Use: Required
Data type: String
File path of existing encyclopedia.
The (EncyclopediaPath) is a udl file. The udl files are indirectly created in the following path C:\Document and Settings\<user name>\Local Settings\Application Data\Telelogic\System Architect\Temp UDL files. These udl files will be named something like SA_563.udl. System Architect must be opened to view this path.
See also
Application class: Methods