Exemple #1
0
 public void setReactingCenter(IndigoObject bond, ReactingCenter type)
 {
     dispatcher.setSessionID();
     _indigo_lib.indigoSetReactingCenter(self, bond.self, (int)type);
 }
Exemple #2
0
 public void setReactingCenter(IndigoObject bond, ReactingCenter type)
 {
     dispatcher.setSessionID();
     dispatcher.checkResult(_indigo_lib.indigoSetReactingCenter(self, bond.self, (int)type));
 }