Arcengine怎么导出拓扑错误

验证拓扑规则之后会生成拓扑错误标记 例如面跟面的重叠区域 就是一个错误面 怎么用Arcengine来导出这些 线和线或者面面的重叠区域 之类的拓扑错误啊

我已经实现了

  enumerrorfeatureContainer = errorfeatureContainer.get_ErrorFeatures((pDataset as IGeoDataset).SpatialReference, r as ITopologyRule, (pDataset as IGeoDataset).Extent, true, false);

                            topologyerrorFeature = enumerrorfeatureContainer.Next();                           
                            IFeatureCursor pInsertFeatureCursor = null;
                            while (topologyerrorFeature != null)