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

gisoracle

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

公告

2020年4月5日

ArcGIS Pro SelectAllFeatureLayersInTOC

摘要: public void SelectAllFeatureLayersInTOC() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Zoom to the select 阅读全文

posted @ 2020-04-05 23:16 gisai 阅读(254) 评论(0) 推荐(0)

ArcGIS Pro自己做一个弹出菜单

摘要: public void ShowCustomPopup() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content va 阅读全文

posted @ 2020-04-05 23:12 gisai 阅读(448) 评论(0) 推荐(0)

ArcGIS Pro关闭窗口和退出

摘要: FrameworkApplication.Close(); FrameworkApplication.Panes.CloseAllPanes(); 阅读全文

posted @ 2020-04-05 21:05 gisai 阅读(905) 评论(0) 推荐(0)

AddOverlay

摘要: public MapTool1() { IsSketchTool = true; SketchType = SketchGeometryType.Line; SketchOutputMode = SketchOutputMode.Map; } protected override Task OnTo 阅读全文

posted @ 2020-04-05 17:23 gisai 阅读(554) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3