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

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public DirectArrayFbxDouble GetDirectArray()
        {
            DirectArrayFbxDouble ret = new DirectArrayFbxDouble(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxDouble_GetDirectArray__SWIG_0(swigCPtr), false);

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