Hi,
I want to make it possible to find the underlying polygons. The sourcelayer is a polygon layer as well. The method could be "contain" or "within" or "identical" as it is not clear if the search polygon is smaller or larger, but no intersect, which would also find touching polygons that are not relevant.
I have tried this code:
pSF.SpatialRel = ESRI.ArcGIS.Geodatabase.esriSpatialRelEnum.esriSpatialRelRelation
pSF.SpatialRelDescription = "T*******"
That works fine on my developing machine. But it doesn't find any feature on my testing machine. Both machines use exactly the same data und both arcgis versions are the same. Only difference are the windows systems.
Does anyone has an idea what could solve my problem. I would realy appreciate to know it.
Thanks,
Rosita