Hello all,
I just came accross an interesting issue and i appologise in advance if it has been answered before. So I am trying to execute the following:
Dim allFeatures As Collection(Of Feature) = aLayer.QueryTools.GetFeaturesIntersecting(aLineShape, ReturningColumnsType.AllColumns)
the "aLayer" is of type FeatureLayer and the "aLineShape" is of type LineShape. This code has been executing for the past 7 hours with not return yet. My layer (aLayer) is quite big as it has about 57000 Lines/Polylines.
I am thinking that this might well be an indexing problem. Any help/advice will be much appreciated.
Kind Regards
Yiannis