当前位置:网站首页>ArcEngine (2) loading the map document
ArcEngine (2) loading the map document
2022-08-03 08:02:00 【Prospector in the rice field】
Load map document with MapControl control
private void Load map documentToolStripMenuItem_Click(objectspan> sender, EventArgs e){//Open file dialogOpenFileDialog openFileDialog = new OpenFileDialog();openFileDialog.Title = "Load map document";//set titleopenFileDialog.Filter = "(*.mxd)|*.mxd";//Set filter modeif (openFileDialog.ShowDialog() ==DialogResult.OK){//Set pathstring fullPath = openFileDialog.FileName;//full path//Add layerMapControl.LoadMxFile(fullPath);//Refresh basemapMapControl.Refresh();}MessageBox.Show("File loaded successfully", "Tips", MessageBoxButtons.OK, MessageBoxIcon.Information);}
边栏推荐
猜你喜欢
随机推荐
day12---接口和协议
解决移动端有纵向滚动条但是不能滚动的问题
分治法求解中位数
C语言实现树的底层遍历--超简代码
五、《图解HTTP》报文首部和HTTP缓存
计算机网络常见面试题总结
postman将接口返回结果生成json文件到本地
jolt语法
控制bean的加载
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
consul理解
wordpress: 裁剪您的图片时发生错误
mysql 8.0.12 安装配置方法并--设置修改密码
DeFi明斯基时刻:压力测试与启示
Roson的Qt之旅#104 QML Image控件
一文搞懂什么是@Component和@Bean注解以及如何使用
002-字段不为null
boot-SSE
mysql系统变量与状态变量
【云原生--Kubernetes】Pod容器与镜像拉取策略