摘要:
private void btnInitializeObjects_Click(object sender, System.EventArgs e) { Catalog Cat = MapInfo.Engine.Session.Current.Catalog; //Create Temp layer TableInfoMemTable tblInfoTemp = new TableInfo... 阅读全文
摘要:
(一)怎样加载地图文件? 通过MapTableLoader,然后加载到mapcontrol控件中 MapInfo.Mapping.MapTableLoader miTableLoader = new MapInfo.Mapping.MapTableLoader(@"c:\..\world_caps.tab"); mapControl1.Map.Load(miTableLoader); ... 阅读全文