Login | Sign Up
 





 
AutoLISP Function Detail
Name: entget

Syntax:
(entget ename [applist])

Description:
Returns the dxf code values for the entity object name. It also can return a list of application data that might be associated with it.

Example(s):
(setq EN1 (car (entsel "\nSelect: ")))
(entget EN1)

((-1 . ) (0 . "LINE") (330 . ) (5 . "B4") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "0") (100 . "AcDbLine") (10 9.66605 10.2319 0.0) (11 22.7523 13.6151 0.0) (210 0.0 0.0 1.0))