• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 159 下一页

2020年3月29日

ArcGIS Pro线延长

摘要: ExtendFlags含义0 Default = 0 // By default, extension considers both ends of parts. The old ends remain and new // points are added at the extended ends 阅读全文

posted @ 2020-03-29 19:34 gisai 阅读(769) 评论(0) 推荐(0)

ArcGIS Pro 屏幕画框矩形打印含四周注记

摘要: ArcGIS Pro 屏幕画框矩形打印含四周注记 阅读全文

posted @ 2020-03-29 09:35 gisai 阅读(294) 评论(0) 推荐(0)

ArcGIS Pro 地图刷新和布局刷新

摘要: MapView.Active.Redraw(true); await QueuedTask.Run(() => layoutView.Refresh()); 阅读全文

posted @ 2020-03-29 08:34 gisai 阅读(787) 评论(0) 推荐(0)

2020年3月28日

枚举转字符串

摘要: string str = Enum.GetName(typeof(FontStyle), fontDialog1.Font.Style); MessageBox.Show(str); 阅读全文

posted @ 2020-03-28 16:09 gisai 阅读(296) 评论(0) 推荐(0)

2020年3月27日

VS2019 Visual Studio 2019 Key

摘要: 原文地址:https://bbs.csdn.net/topics/392562434 Visual Studio 2019 Enterprise 企业版:BF8Y8-GN2QH-T84XB-QVY3B-RC4DF Visual Studio 2019 Professional 专业版:NYWVH-H 阅读全文

posted @ 2020-03-27 09:41 gisai 阅读(480) 评论(0) 推荐(0)

ArcGIS Pro Pagex保存和导入

摘要: await QueuedTask.Run(() => { layout.SaveAsFile(filePath); }); IProjectItem pagx = ItemFactory.Instance.Create(@"C:\Temp\gisoracle.pagx") as IProjectIt 阅读全文

posted @ 2020-03-27 08:05 gisai 阅读(343) 评论(0) 推荐(0)

ArcGIS Pro界面定义XML

摘要: <?xml version="1.0" encoding="UTF-8"?> <ArcGIS defaultAssembly="ArcGIS.Desktop.Layouts.dll" defaultNamespace="ArcGIS.Desktop.Layouts" xmlns="http://sc 阅读全文

posted @ 2020-03-27 07:55 gisai 阅读(623) 评论(0) 推荐(0)

2020年3月26日

Can annotations be created or edited in ArcGIS Pro?

摘要: No, annotations cannot be created or edited in ArcGIS Pro. Furthermore, the Convert Annotation to Text function in ArcMap is not currently available i 阅读全文

posted @ 2020-03-26 12:21 gisai 阅读(179) 评论(0) 推荐(0)

ArcGIS Pro 新建一个Aprx,导入Mxd

摘要: CreateProjectSettings projectSettings = new CreateProjectSettings() { //Sets the project's name Name = "New Project", //Path where new project will be 阅读全文

posted @ 2020-03-26 11:57 gisai 阅读(1550) 评论(0) 推荐(0)

ArcGIS Pro项目保存和数据编辑保存

摘要: await Project.Current.SaveAsAsync(@"C:\Data\MyProject1\MyNewProject1.aprx"); bool saveResult = await Project.Current.SaveEditsAsync(); 阅读全文

posted @ 2020-03-26 11:42 gisai 阅读(1309) 评论(0) 推荐(0)

上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3