Determines if an AutoCAD drawing object can be modified
Supported Platforms: Windows only; not available on Mac OS or Web
Signature
(vlax-write-enabled-p obj)
- obj
-
Type: VLA-object or Ename (entity name)
An object or entity name.
Return Values
Type: T or nil
T, if the AutoCAD drawing object can be modified, nil if the object cannot be modified.
Examples
N/A