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.