示例#1
0
 /// <summary>
 /// This method returns the Lists of the molecule code attributes.
 /// Throws an exception of any error accessing the datbase occurs.
 /// </summary>
 public static List <string> listMoleculeCodeAttributes()
 {
     return(GDDL.listMoleculeCodeAttributes());
 }