nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/SeqEdit-Cmd-ResetSeqAttr.html

33 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>SeqEdit-Cmd-ResetSeqAttr</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>SeqEdit-Cmd-ResetSeqAttr</h3><pre>Defined in file <a href="seqedit.asn.html">seqedit.asn</a>
C++ class: <a href="../doxyhtml/classCSeqEdit__Cmd__ResetSeqAttr.html">CSeqEdit_Cmd_ResetSeqAttr</a>
SeqEdit-Cmd-ResetSeqAttr ::= SEQUENCE {
id <a href="SeqEdit-Id.html">SeqEdit-Id</a>, -- <a href="Bioseq.html">Bioseq</a> id
what ENUMERATED {
not-set (0),
inst (1), -- whole seq-inst object
repr (2), -- repr field of seq-inst object
mol (3), -- mol field of seq-inst object
length (4), -- length field of seq-inst object
fuzz (5), -- fuzz field of seq-inst object
topology (6), -- topology field of seq-inst object
strand (7), -- strand field of seq-inst object
ext (8), -- extr field of seq-inst object
hist (9), -- hist field of seq-inst object
seq-data (10) -- seq-data field of seq-inst object
}
}</pre>
</body>
</html>