Hi! I have a small problem with this type of object. I have a dwg MPolygons and I need to get there coordinates in VBA. Dim SSet as acadselectionset Dim Coord as variant Coord = sset(index).coordinates <- here is the error error: Object doesn't support this property or method (Error 438) so what am I doing wrong here? Thank you