public int Not(string objName) { int result = CppDll.EBNot(objName); if (result < 0) { LogErr("Call EBNot on " + objName + "failed."); return(-1); } return(result); }