Share

vlax-vla-object->ename (AutoLISP)

Product Documentation
Intermediate

Transforms a VLA-object to an AutoLISP entity

(vlax-vla-object->ename obj)

Arguments

obj

A VLA-object.

Return Values

An AutoLISP entity name (ename data type).

Examples

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

Was this information helpful?