Share
 
 

vlax-vla-object->ename (AutoLISP/ActiveX)

Transforms a VLA-object to an AutoLISP entity

Supported Platforms: Windows only; not available on Mac OS or Web

Signature

(vlax-vla-object->ename obj)
obj

Type: VLA-object

An object.

Return Values

Type: Ename (entity name)

An entity name.

Examples

(vlax-vla-object->ename vlaobj)
<Entity name: 27e0540>

Was this information helpful?