Working with AutoCAD entities
Entities are AutoCAD's addresses to the drawing database
Each entity name is unique, and reassigned to entities when the drawing is loaded. If you want to come back to the same entity during a different drawing session, use the entities handle, and convert it to an entity name with (handent)
To read an entities information, use (entget). This will give an an associative list of all the information about the entities