I have a workbench that generates polygons from points. It fails at one polygon since some of points for that polygon are self-intersecting. The error is " The error message from ArcObjects is: {Linestring or poly boundary is self-intersecting}". Is there a way to pre-test or filter those points? I would hope to by-pass generating this polygon and continue the run.
Allen