Function Entry: VLAX-READ-ENABLED-P
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-READ-ENABLED-P
Name
vlax-read-enabled-p
Class
Visual LISP automation predicate
Syntax
(vlax-read-enabled-p obj)
Arguments and Values
obj— VLA-object.
Description
Determines whether an object can be read.
Return Values
- T if the object is readable
- nil otherwise
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.
Source Notes
- [vlax-read-enabled-p (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-8BBBF683-BA93-4942-9B8C-AD43D490E52A.htm)
Compatibility
Available only on Windows; not available on macOS or Web.