Beispiel #1
0
 public static void Copy(SWIGTYPE_p_NormalHandle destptr, int dst, SWIGTYPE_p_ConstNormalHandle srcptr, int src)
 {
     C4dApiPINVOKE.NormalTag_Copy(SWIGTYPE_p_NormalHandle.getCPtr(destptr), dst, SWIGTYPE_p_ConstNormalHandle.getCPtr(srcptr), src);
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public static void Set(SWIGTYPE_p_NormalHandle dataptr, int i, SWIGTYPE_p_NormalStruct s)
 {
     C4dApiPINVOKE.NormalTag_Set(SWIGTYPE_p_NormalHandle.getCPtr(dataptr), i, SWIGTYPE_p_NormalStruct.getCPtr(s));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public SWIGTYPE_p_NormalHandle GetDataAddressW()
        {
            SWIGTYPE_p_NormalHandle ret = new SWIGTYPE_p_NormalHandle(C4dApiPINVOKE.NormalTag_GetDataAddressW(swigCPtr), true);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_NormalHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }