It will iterate first over all the nodes, and then over all the reaches and its locations.
public static IEnumerator<KeyValuePair<INetworkLocation, T>> PointValues<T>(
this NetworkData<T> values
)
[Missing <param name="values"/> documentation for "M:DHI.Mike1D.Generic.AbstractNetworkDataExtensions.PointValues``1(DHI.Mike1D.Generic.NetworkData{``0})"]
[Missing <typeparam name="T"/> documentation for "M:DHI.Mike1D.Generic.AbstractNetworkDataExtensions.PointValues``1(DHI.Mike1D.Generic.NetworkData{``0})"]
[Missing <returns> documentation for "M:DHI.Mike1D.Generic.AbstractNetworkDataExtensions.PointValues``1(DHI.Mike1D.Generic.NetworkData{``0})"]