コード例 #1
0
        public bool SetParameter(MPBTYPE id, GeData par)
        {
            bool ret = C4dApiPINVOKE.MultipassBitmap_SetParameter(swigCPtr, (int)id, GeData.getCPtr(par));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
ファイル: MultipassBitmap.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetParameter(MPBTYPE id, GeData par) {
   bool ret = C4dApiPINVOKE.MultipassBitmap_SetParameter(swigCPtr, (int)id, GeData.getCPtr(par));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #3
0
ファイル: MultipassBitmap.cs プロジェクト: pr1m3c0d3/Fusee
 public GeData GetParameter(MPBTYPE id) {
   GeData ret = new GeData(C4dApiPINVOKE.MultipassBitmap_GetParameter(swigCPtr, (int)id), true);
   return ret;
 }
コード例 #4
0
        public GeData GetParameter(MPBTYPE id)
        {
            GeData ret = new GeData(C4dApiPINVOKE.MultipassBitmap_GetParameter(swigCPtr, (int)id), true);

            return(ret);
        }