Beispiel #1
0
        public bool ChangeNBit(NBIT bit, NBITCONTROL bitmode)
        {
            bool ret = C4dApiPINVOKE.GeListNode_ChangeNBit(swigCPtr, (int)bit, (int)bitmode);

            return(ret);
        }
Beispiel #2
0
 public bool ChangeNBit(NBIT bit, NBITCONTROL bitmode) {
   bool ret = C4dApiPINVOKE.GeListNode_ChangeNBit(swigCPtr, (int)bit, (int)bitmode);
   return ret;
 }