Function Entry: ARXLOAD
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ARXLOAD
Name
arxload
Class
Application-handling function
Syntax
(arxload appname)
Arguments and Values
appname: ObjectARX application designator
Autodesk documents the actual signature as:
(arxload application [onfailure])
with:
application— string naming the ObjectARX executable or bundleonfailure— expression to evaluate if loading fails
Description
Loads an ObjectARX application.
Return Values
String naming the application if successful.
If loading fails and onfailure is supplied, Autodesk documents that the value of onfailure is returned; otherwise an error is reported.
Side Effects
Loads host extension code into the running CAD session.
Compatibility
Strongly host-specific and outside portable core AutoLISP semantics.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
Notes
- Autodesk documents that the file extension may be omitted:
.arxon Windows and.bundleon macOS. - Autodesk documents that a full path is required unless the application is in the support-file search path.
- Autodesk documents that loading an already loaded application is an error, and suggests checking with
arxfirst. - Autodesk documents secure-mode restrictions through
SECURELOADandTRUSTEDPATHS.
Compatibility
Supported on Windows and macOS, not Web.