Exemple #1
0
 public bool FindEventNotification(BaseDocument doc, BaseList2D bl, NOTIFY_EVENT eventid) {
   bool ret = C4dApiPINVOKE.BaseList2D_FindEventNotification(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(bl), (int)eventid);
   return ret;
 }
Exemple #2
0
        public bool FindEventNotification(BaseDocument doc, BaseList2D bl, NOTIFY_EVENT eventid)
        {
            bool ret = C4dApiPINVOKE.BaseList2D_FindEventNotification(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(bl), (int)eventid);

            return(ret);
        }
Exemple #3
0
 public bool AddEventNotification(BaseList2D bl, NOTIFY_EVENT eventid, NOTIFY_EVENT_FLAG flags, BaseContainer data) {
   bool ret = C4dApiPINVOKE.BaseList2D_AddEventNotification(swigCPtr, BaseList2D.getCPtr(bl), (int)eventid, (int)flags, BaseContainer.getCPtr(data));
   return ret;
 }
Exemple #4
0
        public bool AddEventNotification(BaseList2D bl, NOTIFY_EVENT eventid, NOTIFY_EVENT_FLAG flags, BaseContainer data)
        {
            bool ret = C4dApiPINVOKE.BaseList2D_AddEventNotification(swigCPtr, BaseList2D.getCPtr(bl), (int)eventid, (int)flags, BaseContainer.getCPtr(data));

            return(ret);
        }