Measuring the length of a line/curve between two points

I’m attempting to measure the length between two points by creating a line through the points. I’m using the Polyline: Through points feature to draw a line. I’d like to get the measurements between the two points by analyzing the length of the line.

Any idea on an easy way to do that?

Thanks everyone!

Everything you’ve said has been extremely helpful!

-James

Choose the line, issue the command 'length’
clk

Hi James- you can save some steps by running the Distance command and snapping (point Osnap) to the two points. The distance is reported at the command line.

-Pascal

I do not know if it’s what you were looking for but try to consider this option, it helps me a lot with measures already while drawing the line:

Thanks everyone! Figured it out and I got the length!

You’re all very helpful!