I'm working on a project to help our Stormwater division collect data for culverts and rain swails using a high-accuracy GPS. The data will be 3D polylines. They need to indicate the direction of flow, from the high end to the low end of the pipe. I'm still trying to figure out how I can visually represent that, but for now I'm starting with the attribute data.
I need to calculate the difference in elevation from the start point to the end point of the line. I found a tool called Calculate Geometry Attributes that can calculate these values, which works great, but I'd like to automate the process using an Attribute Rule in the database.
Does anyone know how to calculate the Z value of a point using ArcGIS Arcade?