Exemple #1
0
 /// <summary>
 /// This method returns the Lists of the strand topology attributes.
 /// Throws an exception of any error accessing the datbase occurs.
 /// </summary>
 public static List <string> listStrandTopologyAttributes()
 {
     return(GDDL.listStrandTopologyAttributes());
 }