Share
 
 

Unloading an ObjectARX Application

You can unload an ObjectARX application with any of the following methods (if it is unlocked):

  • Make an application unload request from another ObjectARX application using AcRxDynamicLinker::unloadModule().
  • Use the APPLOAD command. This opens a dialog that allows you to load and unload applications.
  • Remove a BUNDLE from the ApplicationPlugins folder. See Application Automatic Loading.
  • Use the arxunload function from AutoLISP.
  • Use the acedArxUnload() function from ObjectARX.
  • Enter the ARX command on the AutoCAD command line and use the Unload option.

Was this information helpful?