Now you create line from (list 0 0) to (list 10 5),and then compare it. # COMPARE 1 # _$ (setq en (entsel)) (<Entity name: 14c3a08> (4.15673 1.4929 0.0)) _$ (setq ent (entget (car en))) ((-1 . <Entity name: 14c3a08>) (0 . "LINE") (330 . <Entity name: 14c30f8>) (5 . "149") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "0") (62 . 1) (100 . "AcDbLine") (10 0.0 0.0 0.0) (11 10.0 5.0 0.0) (210 0.0 0.0 1.0)) # COMPARE 2 # _$ (setq ent1 (vlax-ename->vla-object (car en))) #<VLA-OBJECT IAcadLine 02e983b4> _$ (setq ang (vlax-get-property ent1 "angle")) 0.463648 My question is why on dxf list there isn't " angle ! ".or not completed by angle