Function Entry: VLAX-ERASED-P

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

Function Entry: VLAX-ERASED-P

Name

vlax-erased-p

Class

Visual LISP automation predicate

Syntax

(vlax-erased-p obj)

Arguments and Values

  • obj — VLA-object.

Description

Determines whether a drawing object represented through the automation layer has been erased.

Return Values

Returns non-nil if the object is erased; otherwise returns nil.

Exceptional Situations

Signals an AutoLISP-visible error if obj is not a suitable automation object.

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 on AutoCAD for Windows only; not available on macOS or Web.