internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyTEQuatInterpMode obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public FbxPropertyTEQuatInterpMode assign(EFbxQuatInterpMode pValue)
        {
            FbxPropertyTEQuatInterpMode ret = new FbxPropertyTEQuatInterpMode(fbx_wrapperPINVOKE.FbxPropertyTEQuatInterpMode_assign(swigCPtr, (int)pValue), false);

            return(ret);
        }