コード例 #1
0
 public GeData(SWIGTYPE_p_C4DUuid n) : this(C4dApiPINVOKE.new_GeData__SWIG_8(SWIGTYPE_p_C4DUuid.getCPtr(n)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void SetUuid(int id, SWIGTYPE_p_C4DUuid u)
 {
     C4dApiPINVOKE.BaseContainer_SetUuid(swigCPtr, id, SWIGTYPE_p_C4DUuid.getCPtr(u));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public void SetUuid(SWIGTYPE_p_C4DUuid v)
 {
     C4dApiPINVOKE.GeData_SetUuid(swigCPtr, SWIGTYPE_p_C4DUuid.getCPtr(v));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
        } /* </String_csout> */

        public SWIGTYPE_p_C4DUuid GetUuid(int id, SWIGTYPE_p_C4DUuid preset)
        {
            SWIGTYPE_p_C4DUuid ret = new SWIGTYPE_p_C4DUuid(C4dApiPINVOKE.BaseContainer_GetUuid__SWIG_0(swigCPtr, id, SWIGTYPE_p_C4DUuid.getCPtr(preset)), true);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
ファイル: HyperFile.cs プロジェクト: reliefpfeiler42/Fusee
        public bool WriteUuid(SWIGTYPE_p_C4DUuid v)
        {
            bool ret = C4dApiPINVOKE.HyperFile_WriteUuid(swigCPtr, SWIGTYPE_p_C4DUuid.getCPtr(v));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_C4DUuid obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
        public SWIGTYPE_p_C4DUuid GetUuid(int id)
        {
            SWIGTYPE_p_C4DUuid ret = new SWIGTYPE_p_C4DUuid(C4dApiPINVOKE.BaseContainer_GetUuid__SWIG_1(swigCPtr, id), true);

            return(ret);
        }
コード例 #8
0
ファイル: HyperFile.cs プロジェクト: reliefpfeiler42/Fusee
        public bool ReadUuid(SWIGTYPE_p_C4DUuid v)
        {
            bool ret = C4dApiPINVOKE.HyperFile_ReadUuid(swigCPtr, SWIGTYPE_p_C4DUuid.getCPtr(v));

            return(ret);
        }
コード例 #9
0
        public SWIGTYPE_p_C4DUuid GetUuid()
        {
            SWIGTYPE_p_C4DUuid ret = new SWIGTYPE_p_C4DUuid(C4dApiPINVOKE.GeData_GetUuid(swigCPtr), false);

            return(ret);
        }