vlax-write-enabled-p (AutoLISP/ActiveX)

Determines if an AutoCAD drawing object can be modified

Supported Platforms: Windows only

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