Loading Applications¶
Use the LoadApplication command to locate and load applications for use in the program.
Typically, the application sends a message that it has been loaded successfully. You can then use the commands and functions provided by the application.
Supported formats include:
Lisp files (*.lsp)
Menu Lisp files (*.mnl)
Dynamic Link Libraries provided by application vendors (*.dll)
Teigha eXtension files provided by application vendors (*.tx)
To load applications:
Do one of the following:
On the menu, click Tools > Load Application.
On the ribbon, click Manage > Applications > Load Application.
Type LoadApplication.
In the dialog box, navigate to the application file to load and click Open.
Make sure to load application files that were created for the software.
Use the Add-Ins tab of the Options dialog box to integrate applications that are loaded each time you start the program (see Managing Add-Ins).
Access
Command: LoadApplication
Menu: Tools > Load Application
Ribbon: Manage > Applications > Load
Related Topics
Parent Topic