01 2008 档案
Build a Castle
摘要:没有砖,没有砂,没有水泥,没有木头。 这里就是我的城堡,独舞的城堡。双人舞已不再,just solo。 城门已关闭,我只站在城墙上眺望。。 阅读全文
posted @ 2008-01-20 14:05 Baize 阅读(210) 评论(1) 推荐(0) 编辑
C#中用DataGridView绑定图层的属性表
摘要:这里以Oracle SDE中的数据为例。 首先,要建立与SDE 数据库的连接,这里不用AE自带的连接接口,使用.Net自带的OracleConnection。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1OracleConnection con... 阅读全文
posted @ 2008-01-20 13:42 Baize 阅读(1947) 评论(1) 推荐(0) 编辑
无法获取MapControl的FeatureSelection的要素属性值。
摘要:1IEnumFeature enumFeature = (IEnumFeature)MapCtrMain.Map.FeatureSelection; 2IFeature pFeature = enumFeature.Next(); 3 4while (pFeature != null && k < 500) 5{ 6 pFeature.get_Value(0).ToString())... 阅读全文
posted @ 2008-01-19 19:34 Baize 阅读(951) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示