Ejemplo n.º 1
0
        public bool WriteVector64(SWIGTYPE_p_Vector64 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_WriteVector64(swigCPtr, SWIGTYPE_p_Vector64.getCPtr(v));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Vector64 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
        public bool ReadVector64(SWIGTYPE_p_Vector64 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadVector64(swigCPtr, SWIGTYPE_p_Vector64.getCPtr(v));

            return(ret);
        }