Loads an ObjectARX application
(arxload application [onfailure])
The application name, if successful. If unsuccessful and the onfailure argument is supplied, arxload returns the value of this argument; otherwise, failure results in an error message.
If you attempt to load an application that is already loaded, arxload issues an error message. You may want to check the currently loaded ObjectARX applications with the arx function before using arxload.
Load the acbrowse.arx file supplied in the AutoCAD installation directory:
Command: (arxload "c:/program files/ <AutoCAD installation directory>/acbrowse.arx")
"c:/program files/ <AutoCAD installation directory>/acbrowse.arx"
See Also
-
The arxunload function.