GenerativeComponents Help

Last

Without the count, returns the last member in the given list.

object Last(object[] list, optional int count)

With the count, returns a new list comprising the last 'count' members of the given list. (For example, if count = 4, returns the last 4 members.)

The child line that has the largest length.

(from ln in line01
    orderby ln.Length).Last()