Function Entry: VLAX-WRITE-ENABLED-P
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-WRITE-ENABLED-P
Name
vlax-write-enabled-p
Class
Visual LISP automation predicate
Syntax
(vlax-write-enabled-p obj)
Arguments and Values
obj— VLA-object or entity name.
Description
Determines whether an AutoCAD drawing object can be modified.
Return Values
- T if the object is writable
- 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-write-enabled-p (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-67DAD30A-B359-4566-9B11-C6203EB71247.htm)
Compatibility
Available only on Windows; not available on macOS or Web.