DescriptorUpdate

更新序列描述符的值(指定位置)。

 bool  DescriptorUpdate(
   const uint    pos,    // 索引编号
   const string  descr,  //值
   )

参数

pos

[in] 序列索引 ― 从0开始的添加序列号。

descr

[in] 描述符值。

返回值

如果成功返回true,否则―false。