Пример #1
0
        public static FbxLayerElementUserData Create(FbxLayerContainer pOwner, string pName, int pId, SWIGTYPE_p_FbxArrayT_FbxDataType_t pDataTypes, SWIGTYPE_p_FbxArrayT_char_const_p_t pDataNames)
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxLayerElementUserData_Create__SWIG_0(FbxLayerContainer.getCPtr(pOwner), pName, pId, SWIGTYPE_p_FbxArrayT_FbxDataType_t.getCPtr(pDataTypes), SWIGTYPE_p_FbxArrayT_char_const_p_t.getCPtr(pDataNames));
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }