COM Interface: ISchApplication
This class is responsible for launching and closing the eCADSTAR Schematic Editor application. By default, the application is launched in visible mode.
Members
Functions
| Function | Description |
|---|---|
| void OpenDesign(BSTR designPath) | Opens a schematic design. |
| void Quit() | Quits the application. |
| void ExecuteMacro(BSTR macro) | Executes the relevant macro. |
Properties
| Property | Description |
|---|---|
| ISchDesign Design {get} | Returns the opened schematic design. |
| BSTR Version {get} | Returns the version number of the application. |
| VARIANT_BOOL Visible {get} {set} | Returns or sets the visibility of the main window of the application. |
| BSTR InstallDir {get} | Returns the installation directory of the application. |

