Ham Cockpit   

    Show / Hide Table of Contents

    Method GetSegments

    View Source

    GetSegments(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.

    • View Source
    Back to top Generated by DocFX