Esempio n. 1
0
        public bool GetLayers(SWIGTYPE_p_maxon__BaseArrayT_BaseBitmap_p_t list)
        {
            bool ret = C4dApiPINVOKE.MultipassBitmap_GetLayers__SWIG_1(swigCPtr, SWIGTYPE_p_maxon__BaseArrayT_BaseBitmap_p_t.getCPtr(list));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_maxon__BaseArrayT_BaseBitmap_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }