阅读:2336回复:3
用ITopologyContainer的CreateTopology方法创建拓扑时出错
<DIV>代码如下:<BR>//建立拓扑<BR> ITopologyContainer topologyContainer = (ITopologyContainer)pFeatureDataset;<BR> string topologyName = txtTopName.Text;<BR> double clusterTolerance = Convert.ToDouble(txtClusterTolerance.Text);<BR> //ITopology topology = topologyContainer.CreateTopology(topologyName, clusterTolerance, -1, "");<BR> ITopology topology = new TopologyClass();<BR> topology = topologyContainer.CreateTopology(topologyName, clusterTolerance, -1, "");//出错<BR>请教各位如何解决,谢谢!!</DIV>
|
|
1楼#
发布于:2007-12-01 21:47
提示什么错误?
|
|
2楼#
发布于:2007-12-03 09:42
出现异常:“这个集合中找不到此项目”!,还有,我的数据集放在acess的mdb中,没有注册数据集
|
|
3楼#
发布于:2008-04-23 14:47
<P>好像是你的要导入的和你acess的mdb有重合的了!</P>
|
|