Unloads an ObjectARX application
(arxunload application [onfailure])
The application name, if successful. If unsuccessful and the onfailure argument is supplied, arxunload returns the value of this argument; otherwise, failure results in an error message.
Note that locked ObjectARX applications cannot be unloaded. ObjectARX applications are locked by default.
Unload the acbrowse application that was loaded in the arxload function example:
Command: (arxunload "acbrowse")
"acbrowse"
See Also
-
The arxload function.