예제 #1
0
        public bool GetLayers(SWIGTYPE_p_maxon__BaseArrayT_MultipassBitmap_p_t list, MPB_GETLAYERS flags)
        {
            bool ret = C4dApiPINVOKE.MultipassBitmap_GetLayers__SWIG_2(swigCPtr, SWIGTYPE_p_maxon__BaseArrayT_MultipassBitmap_p_t.getCPtr(list), (int)flags);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
 public bool GetLayers(SWIGTYPE_p_GeTempDynArrayT_MultipassBitmap_t list, MPB_GETLAYERS flags) {
   bool ret = C4dApiPINVOKE.MultipassBitmap_GetLayers__SWIG_2(swigCPtr, SWIGTYPE_p_GeTempDynArrayT_MultipassBitmap_t.getCPtr(list), (int)flags);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }