Beispiel #1
0
 public bool FindUniqueID(int appid, SWIGTYPE_p_p_CHAR mem, SWIGTYPE_p_VLONG bytes) {
   bool ret = C4dApiPINVOKE.BaseList2D_FindUniqueID(swigCPtr, appid, SWIGTYPE_p_p_CHAR.getCPtr(mem), SWIGTYPE_p_VLONG.getCPtr(bytes));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #2
0
 public bool GetUniqueIDIndex(int idx, SWIGTYPE_p_LONG id, SWIGTYPE_p_p_CHAR mem, SWIGTYPE_p_VLONG bytes) {
   bool ret = C4dApiPINVOKE.BaseList2D_GetUniqueIDIndex(swigCPtr, idx, SWIGTYPE_p_LONG.getCPtr(id), SWIGTYPE_p_p_CHAR.getCPtr(mem), SWIGTYPE_p_VLONG.getCPtr(bytes));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_CHAR obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }