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

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DirectArrayFbxBool obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public DirectArrayFbxBool GetDirectArray()
        {
            DirectArrayFbxBool ret = new DirectArrayFbxBool(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxBool_GetDirectArray__SWIG_0(swigCPtr), false);

            return(ret);
        }