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