I am currently using Esri's MeasureToolbar to make distance measurements on my map. I want to be able to collect those measurements in a list to display the measurement of each line segment. The measurement of each line is displayed in the toolbar, but I can't figure out how to read that value in my code-behind. Is there a way to save the measurement each time a new line is generated?