IndigoObject.prototype.mdlct = function()

in indigo.js [93:98]


IndigoObject.prototype.mdlct = function() {
    this.d._setSessionId();
    let buf = this.d.writeBuffer();
    this.d._checkResult(this.d._lib.indigoSaveMDLCT(this.id, buf.id));
    return buf.toBuffer();
};