2017年3月1日

摘要: 1 //1)获取道路的GroupID 2 string dlId = ptm.FindGroupByName("道路"); 3 IFeatureLayer66 featureLayer = null; 4 string tShapeFileName = path + "out_feature... 阅读全文
posted @ 2017-03-01 15:16 Lzhm216 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 1 double len; 2 IFeatures66 features = featureLayer.FeatureGroups.Polyline.GetCurrentFeatures(); 3 foreach (IFeature66 feature in features) 4 { 5 ... 阅读全文
posted @ 2017-03-01 15:11 Lzhm216 阅读(400) 评论(0) 推荐(0) 编辑
摘要: DataGridView dgv = new DataGridView(); dgv.Dock = DockStyle.Fill; dgv.Location = new System.Drawing.Point(0, 0); dgv.Size = new System.Drawing.Size(79 阅读全文
posted @ 2017-03-01 15:07 Lzhm216 阅读(539) 评论(0) 推荐(0) 编辑

导航