public FbxLight.EDecayType EvaluateValue(FbxTime pTime, bool pForceEval)
 {
     FbxLight.EDecayType ret = (FbxLight.EDecayType)NativeMethods.FbxPropertyEDecayType_EvaluateValue__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime), pForceEval);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public FbxLight.EDecayType EvaluateValue()
 {
     FbxLight.EDecayType ret = (FbxLight.EDecayType)NativeMethods.FbxPropertyEDecayType_EvaluateValue__SWIG_2(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
        public FbxPropertyEDecayType Set(FbxLight.EDecayType pValue)
        {
            FbxPropertyEDecayType ret = new FbxPropertyEDecayType(NativeMethods.FbxPropertyEDecayType_Set(swigCPtr, (int)pValue), false);

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