vlax-vla-object->ename


(vlax-vla-object->ename vlaObject)

This function returns the ENAME entity name for vlaObject, if possible.

Arguments

vlaObject  (VLA-Object) any COM object

Return

ename; or NIL

Example

(setq ent (vlax-ename->vla-object (entlast)))  #<VLA-OBJECT IAcadLine 0000000039C6A800>
(vlax-vla-object->ename ent)  <Entity name: 2ec21630>

Remarks

note : this function only works for CAD system objects (i.e. not for MS Office orr Windows' objects)



©  Bricsys NV. All rights reserved.