Method GetSegments
View SourceGetSegments(Int64, Int64)
Gets all band segments in the given range of frequencies.
Declaration
IBandSegment[] GetSegments(long startFrequency, long endFrequency)
Parameters
Type | Name | Description |
---|---|---|
Int64 | startFrequency | The start frequency in Hertz. |
Int64 | endFrequency | The end frequency in Hertz. |
Returns
Type | Description |
---|---|
IBandSegment[] | The band segments. |
Remarks
This method may be used, in particular, to draw segments on a band map.