Background: I have thousands of measured 3-D polylines (have M and Z values) that all have differing lengths. I want to return the portions that start at Measure 0 and end at Measure 95%, but I don't see any tools that will work on the whole dataset or iteratively via arcpy. I want to say that AV 3.2/Avenue had a function called ALONG(startMeasure, endMeasure) that would do this.
Thanks in advance for any help that you can provide.