Function Entry: ARX

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

Function Entry: ARX

Name

arx

Class

Function

Syntax

(arx)

Arguments and Values

None.

Description

Returns a list naming the ObjectARX applications currently loaded into the AutoCAD process.

Return Values

A list of strings. File extensions vary by platform: .arx on Windows / Web; .bundle or .crx on macOS.

Side Effects

None.

Examples

  • Windows / Web: ("acapp.arx" "acmted.arx" …).
  • macOS: ("acapp.bundle" "acmted.crx" …).

Availability

  • AutoCAD 2026: documented (Windows, macOS, Web).
  • BricsCAD V26: not applicable. BricsCAD uses the BRX runtime; querying the BRX module list is via a different interface.
  • Status: AutoCAD documented; BricsCAD does not expose this name.