Hello - I would need some help pointing me to the library methods or the like to achieve the equivalent operation of Esri Spatial Joint geoprocessing tool in ArcGIS Pro 3.5
I have a feature of center-lines network (like streets and highways) then I have a feature layer of points. I was given the radius tolerance of a certain feet to do a spatial-joint of the 2-D features to allocate all the street IDs that the radius crosses from that point. I think of intersection operation equivalency, but even so, this discussion/documentation I've found seem to be brief: Geometry | ArcGIS Maps SDK for .NET | Esri Developer - my guess is I would pick pint and polylines, but I am working with Feature Layers, and mostly likely import the physical Feature Layer directly from #C code (instead of getting it from Feature Service link)
Can someone help me with more resource to read or example project to do, like intersection of 2 layers hand-on project utilizing .NET Maps SDK? I would need to get/import a Feature Layer into my .NET WPF Project first, is there such method and classes available if I am not given a Feature Service URL to invoke?
Any help is greatly appreciated.