nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/RangeValue.html

25 lines
No EOL
718 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>RangeValue</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>RangeValue</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
C++ class: <a href="../doxyhtml/classCRangeValue.html">CRangeValue</a>
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
}</pre>
</body>
</html>