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