public int GetDetail(int pDetailId, SWIGTYPE_p_p_FbxAccumulatorEntry pAE)
        {
            int ret = FbxWrapperNativePINVOKE.FbxUserNotification_GetDetail(swigCPtr, pDetailId, SWIGTYPE_p_p_FbxAccumulatorEntry.getCPtr(pAE));

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