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

Determines if an object can be read

Supported Platforms: Windows only

Signature

(vlax-read-enabled-p obj)
obj

Type: VLA-object

An object.

Return Values

Type: T or nil

T, if the object is readable; otherwise nil.

Examples

N/A