[]
Returns the lines contained in a height range.
public IEnumerable<C1Line> GetLinesBetween(double top, double bottom)
Public Function GetLinesBetween(top As Double, bottom As Double) As IEnumerable(Of C1Line)
| Type | Name | Description |
|---|---|---|
| double | top | The top of the range. |
| double | bottom | The bottom of the range. |
| Type | Description |
|---|---|
| IEnumerable<C1Line> | The lines contained in a height range. |