Got a layer containing a single interpolated line (has Z-coordinate) and a layer of points laying on the line. I want to calculate distance from beginning of the line to each point. The optimal solution would be to have the 3D distance between the line beginning and specific point as an attribute in the output table of feature layer, shp etc.
Any ideas how to do this?