internal static HandleRef getCPtr(SWIGTYPE_p_GeTempDynArrayT_MultipassBitmap_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #2
0
 public bool GetLayers(SWIGTYPE_p_GeTempDynArrayT_MultipassBitmap_t list) {
   bool ret = C4dApiPINVOKE.MultipassBitmap_GetLayers__SWIG_3(swigCPtr, SWIGTYPE_p_GeTempDynArrayT_MultipassBitmap_t.getCPtr(list));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }