The following API global variables are available for creating scripts for Package & Display Designer:
AutoAppUI | The UI interface object of the application. An instance of IUI. You need to have this object in each script. |
---|---|
AutoProject | The active project. An instance of IAutoProject. Can be NULL. |
AutoDrawing | The active drawing. An instance of IAutoDrawing. Can be NULL. |
Host | The interface provided to the scripting engine. An instance of IEVPActiveScriptCTX |
EngView Systems offers an API documentation, a catalog of the classes and methods that relate to its COM automation. Go to the online edition of this documentation (opens in a separate window). If you are unable to find what you are looking for in the documentation, write to support@engview.com and detail your request.
top of page