Function Entry: VLAX-OBJECT-RELEASED-P

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

Function Entry: VLAX-OBJECT-RELEASED-P

Name

vlax-object-released-p

Class

Visual LISP automation predicate

Syntax

(vlax-object-released-p obj)

Arguments and Values

  • obj — VLA-object.

Description

Determines whether an object has been released.

Return Values

  • T if the object has been released
  • nil otherwise

Notes

  • Autodesk documents that erasing an object does not release it.
  • Autodesk documents that an object becomes released when vlax-release-object is called, when AutoLISP garbage collection reclaims it, or when the drawing database is destroyed at session end.

Side Effects

None.

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.

Compatibility

Available only on Windows; not available on macOS or Web.