阅读:1420回复:2
[求助]创建Feature的过程中发生错误
<P>IFeatureClass mtFC = GetFC(mtFCName);<BR>IFeature mtFeature = mtFC.CreateFeature();<BR>IGeometry mtGeo = ...;<BR><FONT color=#ff0000>mtFeature.Shape = mtGeo;<BR></FONT><FONT color=#000000>...</FONT></P>
<P>上面代码中红色的那句报错:这个集合中找不到此项目<BR>那位老大知道为什么?</P> |
|
1楼#
发布于:2007-04-24 21:17
<img src="images/post/smile/dvbbs/em01.gif" />
|
|
2楼#
发布于:2007-04-24 15:02
问题已解决,原来是Z值问题
|
|