So how do I do that? ArcMap's Select By Location selects also all features that touch, but I only need the ones that actually intersect the area.
I currently use esriSpatialRelEnum.esriSpatialRelIntersects and there doesn't seem to be an option for what I need. esriSpatialRelOverlaps isn't an option because it doesn't cover the case when the geometries are excatly the same size and over each other. esriSpatialRelCrosses also doesn't work because it doesn't support Area/Area intersection.
So is this possible at all?
