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

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
        public DirectArrayFbxColor GetDirectArray()
        {
            DirectArrayFbxColor ret = new DirectArrayFbxColor(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxColor_GetDirectArray__SWIG_0(swigCPtr), false);

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