摘要: 问:问题是::未处理System.Data.OleDb.OleDbExceptionHResult=-2147217900Message=语法错误 (操作符丢失) 在查询表达式 '2014/12/1 0:00:00' 中。public void add(string addselect) ... 阅读全文
posted @ 2014-12-04 15:50 静以养身 俭以养德 阅读(256) 评论(0) 推荐(0)
摘要: private void 全图ToolStripMenuItem_Click(object sender, EventArgs e) { ICommand pCommand = new ControlsMapFullExtentCommandClass(); ... 阅读全文
posted @ 2014-12-04 15:47 静以养身 俭以养德 阅读(494) 评论(0) 推荐(0)
摘要: namespace WindowsFormsApplication2{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ... 阅读全文
posted @ 2014-12-04 15:44 静以养身 俭以养德 阅读(202) 评论(0) 推荐(0)
摘要: 坛友问: //定义存储每个柱子上可移动标签的泛型集合 List> seleckedCanMoveLb = new List>(); for (int i = 0; i (); } for (int i = 0; i pLabelList = new List(); ... 阅读全文
posted @ 2014-12-04 15:38 静以养身 俭以养德 阅读(204) 评论(0) 推荐(0)
摘要: 1、获取选中图形:ISelectionSet pSelSet = (pFeaLyr as IFeatureSelection).SelectionSet; pSelSet.Search(null, false, out pCursor); IFeatureCursor... 阅读全文
posted @ 2014-12-04 15:25 静以养身 俭以养德 阅读(458) 评论(0) 推荐(0)