Function Entry: ACET-AUTOLOAD2

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

Function Entry: ACET-AUTOLOAD2

Name

acet-autoload2

Class

BricsCAD ExpressTools API Function

Syntax

(acet-autoload2 loadlist)

Arguments and Values

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

Description

Similar to (acet-autoload), loadlist can have 1 or more arguments; the second argument can be a string or a Lisp function definition. NOTE : only the first argument (application file) is supported This function searches for a matching application file, and if found, loads the Lisp/BRX module immediately. If the application file is specified without extension, .lsp is automatically appended to the filename. supported file types : .lsp, .arx, .brx example : (acet-autoload2 '("MyTool" "C:MyTool" nil/t "MyTool" 2)) searches for MyTool.lsp in all support pathes, and loads it; other arguments are ignored (acet-autoload2 '("MyTool.brx" "MyTool")) searches for MyTool.brx in all support pathes, and loads it; other arguments are ignored

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes