vlax-erased-p (AutoLISP/ActiveX)

Determines whether an object was erased

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows

Signature

(vlax-erased-p obj)
obj

Type: VLA-object

An object.

Return values

Type: T or nil

T if the object was erased; otherwise nil.

Examples

N/A