public bool OutputById(FbxUserNotification.EEntryID pId, FbxUserNotification.EOutputSource pOutSrc)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_OutputById__SWIG_1(swigCPtr, (int)pId, (int)pOutSrc);

            return(ret);
        }
        public bool OutputById(FbxUserNotification.EEntryID pId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_OutputById__SWIG_2(swigCPtr, (int)pId);

            return(ret);
        }
        public bool OutputById(FbxUserNotification.EEntryID pId, FbxUserNotification.EOutputSource pOutSrc, bool pExtraDevicesOnly)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_OutputById__SWIG_0(swigCPtr, (int)pId, (int)pOutSrc, pExtraDevicesOnly);

            return(ret);
        }