internal static HandleRef getCPtr(SWIGTYPE_p_p_BaseSelect obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 2
0
 public static void Free(SWIGTYPE_p_p_BaseSelect bs) {
   C4dApiPINVOKE.BaseSelect_Free(SWIGTYPE_p_p_BaseSelect.getCPtr(bs));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }