Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / Interval<T> Class / Interval<T> Constructor
The lower boundary of the interval.
The higher boundary of the interval.
In This Topic
    Interval<T> Constructor
    In This Topic
    Creates a new instance of an interval.
    Syntax
    public Interval<T>( 
       T lowerValue,
       T higherValue
    )

    Parameters

    lowerValue
    The lower boundary of the interval.
    higherValue
    The higher boundary of the interval.
    See Also