vlax-ename->vla-object


(vlax-ename->vla-object ename)

This function returns the COM object for the specified ename object.

Arguments

ename  (ename) the entity name

Return

VLA-Object or NIL

Example

last entity is a LINE :
(vlax-ename->vla-object (entlast))  #<VLA-OBJECT IAcadLine 000000004E8E3928>

Remarks

erased objects will always return NIL



©  Bricsys NV. All rights reserved.