Exemplo n.º 1
0
        public bool ne(FbxPropertyHandle pHandle)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_ne(swigCPtr, FbxPropertyHandle.getCPtr(pHandle));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public FbxPropertyHandle assign(FbxPropertyHandle pHandle)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_assign(swigCPtr, FbxPropertyHandle.getCPtr(pHandle)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }