IndigoObject.prototype.setReactingCenter = function()

in indigo.js [1034:1040]


IndigoObject.prototype.setReactingCenter = function(reaction_bond, rc) {
    this.d._setSessionId();
    if (reaction_bond === undefined || reaction_bond === null) {
        return 0;
    }
    return this.d._checkResult(this.d._lib.indigoSetReactingCenter(this.id, reaction_bond.id, rc));
};