Creating an ActiveX Add-in

You can create ActiveX add-ins to provide additional features to PowerDesigner, and call them through menu items.

To operate as a PowerDesigner add-in, the ActiveX add-in must implement the IPDAddIn interface, which defines the following methods, invoked by PowerDesigner to dialog with menus and execute the commands defined by the add-in:
Note: To use your add-in, save it to the Add-ins directory beneath your PowerDesigner installation directory and enable it through the PowerDesigner General Options window (see Core Features Guide > Modeling with PowerDesigner > Customizing Your Modeling Environment > General Options > Add-Ins).