Hey,
I have street layer and a Feature layer. I want to count how many Features are in a range of a certain distance, start from a selected Feature. I tried many ways . Last one was the service areo. But as you can see on the picture below he is not using every street with the given distance. Anyone have an idea?
You may try the following geoprocessing tools and combine them to meet your needs:
Thx, I did it now like that: Set a 1 m Buffer around selection, use summary statistic to count the Features within the selection.