public new static FbxProcessorXRefCopyUserLibrary Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr           cPtr = fbx_wrapperPINVOKE.FbxProcessorXRefCopyUserLibrary_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxProcessorXRefCopyUserLibrary ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxProcessorXRefCopyUserLibrary(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxProcessorXRefCopyUserLibrary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }