Could an Arcade function be added to do the following:
Snap a point to a polyline — but snap it mid-segment, not just to the closest vertex.
The function would return the snapped point — as well as return the ID of the polyline the point was snapped to.

Thanks.