Arcade — ArcGIS Pro 2.9 — FGDB:
I have a Arcade_Length field in a polyline FGDB FC that I populate using a Calculation Attribute Rule:
Length($feature)
Question:
Why is the Length($feature) value different from the Shape_Length value?

I would have expected the two lengths to be the same.