In AutoCAD 2004 Map the entity MPOLYGON was introduced. After creating a MPOLYGON I use the following command: Command: (setq a (entget (car (entsel)))) and get this respond: Select object: ((-1 . <Entity name: 7ef87da0>) (0 . "MPOLYGON") (330 . <Entity name: 7ef87cf8>) (5 . "44") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "0") (100 . "AcDbMPolygon") (70 . 1) (10 0.0 0.0 0.0) (210 0.0 0.0 1.0) (2 . "_SOLID") (71 . 1) (91 . 2) (92 . 2) (73 . 0) (72 . 0) (93 . 7) (10 -143.657 -180.276 0.0) (10 181.323 -134.769 0.0) (10 224.245 -6.12588 0.0) (10 224.245 150.522 0.0) (10 70.0767 180.276 0.0) (10 -100.735 160.148 0.0) (10 -224.245 27.1289 0.0) (92 . 2) (73 . 0) (72 . 0) (93 . 6) (10 -0.875958 -101.515 0.0) (10 -104.239 -19.2528 0.0) (10 -83.216 117.267 0.0) (10 23.6509 137.395 0.0) (10 120.006 125.143 0.0) (10 120.006 41.1309 0.0) (76 . 1) (63 . 256) (11 356.953 240.222 0.0) (99 . 0) (450 . 0) (451 . 0) (460 . 0.0) (461 . 0.0) (452 0) (462 . 0.0) (453 . 0) (470 . "")) In the Object Model I can't find MPOLYGON. Why? Is it not possible to manipulate this object with ActiveX?? Can anybody help me? Alf