internal static HandleRef getCPtr(SWIGTYPE_p_LULONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #2
0
 public SWIGTYPE_p_LULONG GetLULong(int id) {
   SWIGTYPE_p_LULONG ret = new SWIGTYPE_p_LULONG(C4dApiPINVOKE.BaseContainer_GetLULong__SWIG_1(swigCPtr, id), true);
   return ret;
 }
Beispiel #3
0
 public void SetLULong(int id, SWIGTYPE_p_LULONG l) {
   C4dApiPINVOKE.BaseContainer_SetLULong(swigCPtr, id, SWIGTYPE_p_LULONG.getCPtr(l));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #4
0
 public SWIGTYPE_p_LULONG GetLULong(int id, SWIGTYPE_p_LULONG preset) {
   SWIGTYPE_p_LULONG ret = new SWIGTYPE_p_LULONG(C4dApiPINVOKE.BaseContainer_GetLULong__SWIG_0(swigCPtr, id, SWIGTYPE_p_LULONG.getCPtr(preset)), true);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }