RangeValue

Defined in file gui_objects.asn
C++ class: CRangeValue


RangeValue ::= SEQUENCE {
    min          VisibleString,
    max          VisibleString, 
    -- if TRUE range min/max are ignored 
    autoscale   BOOLEAN DEFAULT TRUE, 
    -- TRUE if max value should go first in UI
    inverse      BOOLEAN DEFAULT FALSE
}