Workbench COM Interface

The Workbench offers a COM interface (K5COM.dll) which sets up on the program automation interface. As the referring object model is developed continuously this description could not be up to date.

The COM interfac can be use for e.g.:
- declaring variables via a VBA wizard
- browsing programs or the variable lists
- automatic programming
- ...

This page describes the object model only. All the rest of the information can be looked up in the object library of the used programming environments (e.g. VBA).

Here you find the object model represented as a tree:

- StratonCom
  - Project
    - GlobalVariables
      - Variables
        - Variable
          - VarProps
            - VarProperty
    - RetainVariables
      - Variables
        - Variable
          - VarProps
            - VarProperty
    - Programs
      - Variables
        - Variable
          - VarProps
            - VarProperty
      - ProgramContent
        - ProgramObjects
          - GraphicalObject
        - ProgramLines
          - LineObject

You can use all program automation commands through the shell of the used programming language (e.g. VBA).