Measure segments of polyline

2852
1
07-08-2015 04:32 PM
PeterBennett
New Contributor

Hello All,

I would like to measure the segments of a user drawn polyline, a label would show the length of the first segment in kilometers, when the next segment is drawn, the label shows the sum of the 2 segments and so on.  Then at the end I would show the total length of the polyline.

Any Ideas, I've read about Esri.ArcGISRunTime.Controls.GeometryEditStatus but I couldn't find a sample.

I want to mimic the measure distance tool from http://www.arcgis.com/home/webmap/viewer.html

Please advice

Best Regards

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

Did you see the measure tool sample on github? Esri/arcgis-runtime-demos-dotnet · GitHub

0 Kudos