Hi,
I haven't a lot of C# experience, so my question might be on the dim side. However I will ask anyway.
What would be the easiest way to go about checking if the first element of selected features in the map is a Polyline, and if yes; get the first and last coordinate in the coordinate array?
I have tried both Map.GetSelection and MapView.GetFeatures, however I am struggling to understand the best way to access the specific features and specifically its coord-array.
All help would be dearly appreciated.