当前位置:网站首页>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);} 边栏推荐
猜你喜欢

Roson的Qt之旅#104 QML Image控件

实时目标检测新高地之#YOLOv7#更快更强的目标检测器

How to choose a reliable and formal training institution for the exam in September?

解决移动端有纵向滚动条但是不能滚动的问题

循环神经网络RNN基础《PyTorch深度学习实践》

sqlserver2019安装失败

Poke the myth of Web3?Poke the iron plate.

【Kaggle实战】泰坦尼克号生存人数预测(从零到提交到Kaggle再到模型的保存与恢复)

WordPress主题-B2美化通用子主题商业运营版

品牌方发行NFT时,应如何考量实用性?
随机推荐
升级
控制bean的加载
实时目标检测新高地之#YOLOv7#更快更强的目标检测器
2022下半年软考「高项&集成」复习计划ta来喽~
如何使用电子邮件营销在五个步骤中增加产品评论
ViewModel 记录下 +
C语言实现树的底层遍历--超简代码
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
boot - SSE
[ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
Poke the myth of Web3?Poke the iron plate.
pyspark---encode the suuid interval (based on the number of exposures and clicks)
How to choose a reliable and formal training institution for the exam in September?
【第1天】SQL快速入门-基础查询(SQL 小虚竹)
【OpenCV】 - 显示图像API之imshow()对不同位深度(数据类型)的图像的处理方法
DSP Trick:向量长度估算
力扣(LeetCode)214. 打家劫舍 II(2022.08.02)
VR全景市场拓展技巧之“拓客宝典”
一文搞懂什么是@Component和@Bean注解以及如何使用
MySQL or使索引失效