When using the Feature Vertices To Points geoprocessing tool to get the midpoints of lines:
Currently, the tool produces midpoints for each part of a multi-part line. That's not always what we want. We often want a single midpoint placed at along the line — with all parts of the line still considered as a single feature. Similar to how it would work if the line were a linear referencing line, placing the point halfway along the length of the entire multi-part line.
Could an optional setting be added to that tool that would honor multipart features? (create just one point per feature, instead of points for each part)