Tagged Questions
3
votes
1answer
430 views
Is it possible to figure out which “Path”(PointCollection) is clicked on within a PolyLine?
I am using ArcGIS WPF's Polyline to plot several lines (PointCollections). Adding a Path(PointCollection) looks something like this.
PointCollection collection = new PointCollection();
PolyLine ...