Why is it not possible to use the Check Geometry geoprocessing tool on a Versioned Feature Class?
ERROR 001259: Operation not supported on a versioned table.
I suspect I have invalid geometry in my Versioned Feature Class. Is there a way to check geometry besides exporting the data or unversioning the table?
If I have a separate geoprocessing script which reads from this Versioned Feature Class which contains invalid geometry then my script will fail. Does that mean I should not write geoprocessing scripts against Versioned Feature classes because they may contain invalid geometry and my script could fail?