Function Entry: VLAX-VLA-OBJECT->ENAME
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-VLA-OBJECT->ENAME
Name
vlax-vla-object->ename
Class
Visual LISP Object Function
Syntax
(vlax-vla-object->ename obj)
Arguments and Values
obj:VLA-object
Description
Converts a VLA object back to an AutoLISP entity name.
Return Values
ENAME.
Side Effects
None.
Compatibility
Inverse companion of vlax-ename->vla-object within the automation bridge.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlax-vla-object->ename (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/CHS/AutoCAD-AutoLISP-Reference/files/GUID-9127B839-D275-473F-A166-59BE94AEFACB.htm)
- Status: documented.