Exemplo n.º 1
0
        public bool Output(FbxUserNotificationFilteredIterator pAEFIter)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_Output__SWIG_7(swigCPtr, FbxUserNotificationFilteredIterator.getCPtr(pAEFIter));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool Output(FbxUserNotificationFilteredIterator pAEFIter, bool pExtraDevicesOnly)
        {
            bool ret = fbx_wrapperPINVOKE.FbxUserNotification_Output__SWIG_6(swigCPtr, FbxUserNotificationFilteredIterator.getCPtr(pAEFIter), pExtraDevicesOnly);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxUserNotificationFilteredIterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }