br> layer.GeoDataset = dc.FindGeoDataset("States"); axMap1.Layers.Add(layer); //加载图层Rivers, layer.GeoDataset = dc.FindGeoDataset("Rivers"); axMap1.Layers.Add(layer); //加载其它图层... } //必须进行刷新后才能显示 axMap1.Refresh(); } } }
数据载入中...
页码:[1] [2] [3] [4] [5] [6] [7] [8] 第8页、共8页 |