Hi All,
I need a function that returns a feature that is selected by a mouse click. The "Get First Feature from Point Search in GeoFeatureLayer" Snippet (C#) that is supplied with ArcGIS returns a feature when the envelope of the search point intersects the envelope of the target. The problem is that a long line feature can have a large envelope that is always intersected. As a result I always get this line even when the mouse click is far away.
Is there a way to get only the feature that "really" intersects i.e. the line that I clicked on.
Thomas Waenke