I have 8 polygon feature classes. Lets call them Polygon A and the rest.
What I would like to do is find all the features in Polygon A that have any portion of its boundary not overlapping with one of the other layers. In essence, the rule that I am trying to apply is that, every edge in the Polygon A layer has to follow one of the other polygon boundaries.
Any ideas on how I might go about this?