I have imported field users shapefiles into an ESRI geodatabase so that I can create some topology rulesets that identifies the errors as needed. Unfortunately the field users do not have a license that can read gdb topology rules (or obviously fix them).
I would like to be able to generate a new set of shapefiles that capture where all of the errors and exceptions are at so the users can go in an fix the obvious ones themselves (saving me a bunch of work!). This can also be a quick way of organizing the errors based on size (area or length) so that you deal with the biggest issues first.
Does anyone have any suggestions on a way to generate features from ArcGIS Topology errors & exceptions?
I have an ArcInfo license available so any tool within the package is at my disposal. While I am not an ArcObjects programmer, I am very familiar with Python scripts or ModelBuilder to develop such a tool/process.
UPDATE: I did just find this ArcGIS Idea and developer sample, but I was hoping for something that I would be able to put into a toolbox, not a custom VB module.
