⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 加载mws.txt

📁 mapxtrexe查看地图,查询图层,按名查找等
💻 TXT
字号:
if(!Page.IsPostBack){
    string strMapPath=Server.MapPath("")+"\\TrackGB.mws";
    MapInfo.Mapping.MapWorkSpaceLoader  wl;
    wl=new MapWorkSpaceLoader(strMapPath);
    Map map = MapInfo.Engine.Session.Current.MapFactory[MapControl1.MapAlias];               
    map.Clear(); 
    wl.Load(map);
}



If Not Page.IsPostBack Then
    Dim wl As New MapInfo.Mapping.MapWorkSpaceLoader(Server.MapPath("") & "\TrackGB.mws")
    Dim map As Map = MapInfo.Engine.Session.Current.MapFactory(MapControl1.MapAlias)
    map.Clear()
    wl.Load(map)
End If

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -