分类:
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u011609113/article/details/51113898
今天编程拓扑检测遇到错误 提示{"异常来自 HRESULT:0x8004195F"}
百度一番无从下手。其实arcgis可以查询错误代码对应的错误。
点击“查看详细信息”,找到“errorcode”对应的代码,即可在http://edndoc.esri.com/arcobjects/8.3/?URL=/arcobjectsonline/componenthelp/esricore/fdoerror.htm
上查到对应错误信息。
-2147215009 | The feature class has an invalid geometry type for the topology rule. |
- 上一篇 shape文件导入mdb文件
- 下一篇 跨线程实时更新进度类