Function Entry: VLAX-GET-ACAD-OBJECT

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

Function Entry: VLAX-GET-ACAD-OBJECT

Name

vlax-get-acad-object

Class

Visual LISP automation utility

Syntax

(vlax-get-acad-object)

Description

Retrieves the top-level AutoCAD application object for the current session.

Return Values

VLA-object representing the AutoCAD Application object.

Side Effects

None beyond automation-layer access.

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.

Notes

  • Autodesk documents this as requiring vl-load-com in the classic extension model.
  • The returned object is the root of the AutoCAD object model hierarchy.

Compatibility

Available on AutoCAD and AutoCAD LT for Windows; not available on macOS or Web.