EngView Automation Documentation
 
Loading...
Searching...
No Matches
About the EngView Automation Documentation

This document is a library of the interfaces used in EngView Package & Display Designer Suite (EVPDD). The library enables third-party applications to manipulate and extract statistics from resizable designs developed with the EngView software.

Structure of the library

To integrate the EngView application style library, EVPDD needs to be installed. The library is organized as functional interfaces. Its main objects are:

  • The application object IAutoApp.
  • The doc-manager, accessed through IAutoApp.DM.
  • The IAutoProject object, accessed through IDocManager. Contains methods for opening and creating projects.
  • The IUI interfaces object, accessed through IAutoApp.UI. Used for manipulating the user interface.

The following diagram shows the links between the library's main components.

COM API Main components

Examples

Follow these examples of how to do basic operations.