'Declaration
Public Function GetLinesBetween( _ ByVal top As Double, _ ByVal bottom As Double _ ) As IEnumerable(Of C1Line)
public IEnumerable<C1Line> GetLinesBetween( double top, double bottom )
Parameters
- top
- The top of the range.
- bottom
- The bottom of the range.
Return Value
The lines contained in a height range.