I am writing a simple bldg polygon edit app (each bldg is made up of seperate sub areas, so each bldg will have multiple polygons). This app will be used to update attributes and/or move/rotate bldg polygons. I have the attribute edit part figured out, and am able to move/rotate a single polygon by double clicking it. My problem is how to select more than one polygon to move/rotate, tried "Control" key, "Shift" key in combo with mouse like in ArcMap, no luck.
To clarify, I can drag box around mutiple polygons and and can move thru attirbute inspectors for all and change attributes. I can double click one polygon and move/rotate it. How do I get the vertices and/or extent handles for all polygons belonging to that bldg like double clicking a single one does?