摘要: 方法一using System.Threading Thread thread = new Thread(new ParameterizedThreadStart(DoWork)); thread.Start(obsFiles); 方法二System.Threading.Tasks.Task oTa 阅读全文
posted @ 2020-04-24 16:10 天要下雨娘要嫁人 阅读(72) 评论(0) 推荐(0)
摘要: IPoint point = this.m_hookHelper.ActiveView.ScreenDisplay.DisplayTransformation.ToMapPoint(X, Y); IIdentify identify = FeatureLayer as IIdentify; if ( 阅读全文
posted @ 2020-04-22 09:06 天要下雨娘要嫁人 阅读(239) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-04-15 11:03 天要下雨娘要嫁人 阅读(0) 评论(0) 推荐(0)
摘要: 用Dapper.dll using Dapper; using System.Data.SQLite; using System.Data; List<FlightJson2> FJ = new List<FlightJson2>(); FlightJson2 flightJson = JsonCo 阅读全文
posted @ 2020-04-15 10:59 天要下雨娘要嫁人 阅读(94) 评论(0) 推荐(0)
摘要: SelectionChanged="{cmd:EventBinding CellValueChangedEvent,CommandParameter=Event}"; CellValueChangedEvent = ReactiveCommand.Create<CellValueChangedEve 阅读全文
posted @ 2020-04-10 14:55 天要下雨娘要嫁人 阅读(252) 评论(0) 推荐(0)
摘要: https://wenku.baidu.com/view/fc90eb7cb9d528ea80c779d6.html https://blog.csdn.net/m1m2m3mmm/article/details/94477036#2%20%E5%88%A9%E7%94%A8ArcEngine%E5 阅读全文
posted @ 2019-12-10 14:57 天要下雨娘要嫁人 阅读(119) 评论(0) 推荐(0)
摘要: axMapControl.ActiveView.GraphicsContainer.Reset(); axMapControl.ActiveView.PartialRefresh(esriViewDrawPhase.esriViewGraphics, null, null); ///刷新元素,效果不 阅读全文
posted @ 2019-12-10 09:36 天要下雨娘要嫁人 阅读(113) 评论(0) 推荐(0)
摘要: /// <summary> /// 获取数据接收的所有item /// </summary> /// <returns></returns> public IEnumerable<XElement> getList() { return XDocument.Load(Config.SysAppPat 阅读全文
posted @ 2019-10-11 14:52 天要下雨娘要嫁人 阅读(91) 评论(0) 推荐(0)
摘要: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000028w000000.htm 阅读全文
posted @ 2019-09-29 10:49 天要下雨娘要嫁人 阅读(178) 评论(0) 推荐(0)
摘要: 1 public bool fc2fc(IFeatureClass pInFeatureClass, IWorkspace pOutWorkspace,string pOutDataSName, string poutFatureName, IQueryFilter queryFilter = null) 2 { 3 IDataset pIndataset = null; 4 IDataset p 阅读全文
posted @ 2019-09-29 10:48 天要下雨娘要嫁人 阅读(239) 评论(0) 推荐(0)