Function Entry: ISPROPERTYREADONLY
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ISPROPERTYREADONLY
Name
ispropertyreadonly
Class
Property Function
Syntax
(ispropertyreadonly ename property-name)
Arguments and Values
ename: entity nameproperty-name: property identifier
Description
Tests whether a named property is read-only.
Return Values
- T if the property is read-only
- nil otherwise
Side Effects
None.
Compatibility
Part of the Autodesk generic property-function additions from AutoCAD 2011.
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
- [What's New or Changed with AutoLISP](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP/files/GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E.htm)
- [Generic Properties Functions (BricsCAD)](https://developer.bricsys.com/bricscad/help/en_US/V25/DevRef/source/GenericPropertiesFunctions.htm)
- Status: documented by release history and family documentation.