Exemple #1
0
        public SWIGTYPE_p_DescEntry GetDown(SWIGTYPE_p_DescEntry de)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.Description_GetDown(swigCPtr, SWIGTYPE_p_DescEntry.getCPtr(de));
            SWIGTYPE_p_DescEntry  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_DescEntry(cPtr, false);

            return(ret);
        }
Exemple #2
0
 public void GetDescEntry(SWIGTYPE_p_DescEntry de, SWIGTYPE_p_p_BaseContainer bc, DescID descid)
 {
     C4dApiPINVOKE.Description_GetDescEntry(swigCPtr, SWIGTYPE_p_DescEntry.getCPtr(de), SWIGTYPE_p_p_BaseContainer.getCPtr(bc), DescID.getCPtr(descid));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public SWIGTYPE_p_DescEntry GetFirst(AtomArray op)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.Description_GetFirst(swigCPtr, AtomArray.getCPtr(op));
            SWIGTYPE_p_DescEntry  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_DescEntry(cPtr, false);

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