Function Entry: ACET-AUTOLOADARX

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: ACET-AUTOLOADARX

Name

acet-autoloadarx

Class

BricsCAD ExpressTools API Function

Syntax

(acet-autoloadarx loadlist)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Similar to (acet-autoload2) function, but primarily intended for loading ARX/BRX modules; the loadlist argument can have a 3rd argument, which is a dedicated command function call which is executed after the ARX/BRX module is loaded. example : (acet-autoloadarx '("MyTool.brx" "(C:MyToolCmd)" "(command \"MyToolCmd\")")) The "MyTool.brx" module will be loaded, when triggered from a "(C:MyToolCmd)" call, and after successful module loading, it will automatically call the Lisp expression "(command \"MyToolCmd\")"

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes