Hi,
I have a bunch of features selected (a combination of points and lines). I can loop through each selected feature with no problems. Now I want to look at each feature and determine if it intersects with one of 5 other layers. If so, then I need to change some attributes of the selected feature.
Should I be using a SpatialFilter for this??
Also, how do I get the XY coordinate of a selected feature (IFeature)??
Thanks,