Пример #1
0
        public CRSInfo get(int index)
        {
            IntPtr  cPtr = OsrPINVOKE.CRSInfoList_get(swigCPtr, index);
            CRSInfo ret  = (cPtr == IntPtr.Zero) ? null : new CRSInfo(cPtr, false, ThisOwn_false());

            if (OsrPINVOKE.SWIGPendingException.Pending)
            {
                throw OsrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }