I have a feature class that contains one polygon feature, and I need to check if said feature lies completely within another polygon feature.
Used selectLayerByLocation and then retrieved the count (arcpy.GetCount_management) for some other intersection based checks that need to be done; in this case however there is only ever one feature in the feature class and retrieving the count will only return one (regardless of if the polygon is fully contained or not).
Any ideas?