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.
Source Notes
- [vlax-erased-p (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-LT-AutoLISP-Reference/files/GUID-423F047A-F8B8-4DD0-ABEC-52E3C7B336B5.htm)
Compatibility
Available on AutoCAD for Windows only; not available on macOS or Web.