public DirectArrayFbxInt assign(DirectArrayFbxInt pArrayTemplate)
        {
            DirectArrayFbxInt ret = new DirectArrayFbxInt(fbx_wrapperPINVOKE.DirectArrayFbxInt_assign__SWIG_1(swigCPtr, DirectArrayFbxInt.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public DirectArrayFbxInt GetIndexArray()
        {
            DirectArrayFbxInt ret = new DirectArrayFbxInt(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxVector2_GetIndexArray__SWIG_0(swigCPtr), false);

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