摘要: 线程被终止abort了无法再次启动,可以先挂起suspend,再resume()bool bl = false;Thread thrd;public Form1() { InitializeComponent(); thrd = new Th... 阅读全文
posted @ 2014-08-14 17:35 相信自己_ 阅读(4023) 评论(0) 推荐(0) 编辑
摘要: public IBalloonCallout CreateBallonCallout(double x, double y) { IRgbColor pRgbClr = new RgbColorClass(); pRgbClr.Red = ... 阅读全文
posted @ 2014-08-14 14:31 相信自己_ 阅读(191) 评论(0) 推荐(0) 编辑
摘要: public ITextElement CreateTextElement(double x, double y, string text) { IBalloonCallout bc = CreateBallonCallout(x, y); ... 阅读全文
posted @ 2014-08-14 14:10 相信自己_ 阅读(151) 评论(0) 推荐(0) 编辑
摘要: this.Cursor = Cursors.WaitCursor;//等待this.Cursor = Cursors.Default;//正常状态 阅读全文
posted @ 2014-08-14 13:50 相信自己_ 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1.zoom to selected 将选中的多个要素放大到视野中央(主要是计算所有选中要素的envelope,“envelope.Union(featureExtent);”)ESRI.ArcGIS.Geometry.IEnvelope envelope = new ESRI.ArcGIS.Geo... 阅读全文
posted @ 2014-08-14 13:44 相信自己_ 阅读(310) 评论(0) 推荐(0) 编辑