コード例 #1
0
        public ITable getTable(string catalogpath)
        {
            ITable tbl = null;

            if (exists(catalogpath))
            {
                tbl = gpUtl.OpenTableFromString(catalogpath);
            }
            return(tbl);
        }