public bool SetControlSetLink(FbxCharacter.ENodeId pCharacterNodeId, FbxControlSetLink pControlSetLink)
        {
            bool ret = fbx_wrapperPINVOKE.FbxControlSet_SetControlSetLink(swigCPtr, (int)pCharacterNodeId, FbxControlSetLink.getCPtr(pControlSetLink));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxControlSetLink assign(FbxControlSetLink pControlSetLink)
        {
            FbxControlSetLink ret = new FbxControlSetLink(fbx_wrapperPINVOKE.FbxControlSetLink_assign(swigCPtr, FbxControlSetLink.getCPtr(pControlSetLink)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool GetControlSetLink(FbxCharacter.ENodeId pCharacterNodeId, FbxControlSetLink pControlSetLink)
        {
            bool ret = fbx_wrapperPINVOKE.FbxControlSet_GetControlSetLink__SWIG_0(swigCPtr, (int)pCharacterNodeId, FbxControlSetLink.getCPtr(pControlSetLink));

            return(ret);
        }
 public FbxControlSetLink(FbxControlSetLink pControlSetLink) : this(fbx_wrapperPINVOKE.new_FbxControlSetLink__SWIG_1(FbxControlSetLink.getCPtr(pControlSetLink)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }