Hi -
I'm using GeometryEngine.ImportFromWKB to create geometries.
Sometimes I get an exception when I try to insert into a file gdb.
Rather than applying GeometryEngine.SimplifyAsFeature, I'd like to figure out what's wrong with the geometry to begin with so I can correct the code in the system that's generating the wkb (NetTopologySuite).
Does the Pro SDK have anything like ITopologicalOperator3.IsSimpleEx found in the Enterprise SDK, that could provide similar diagnostics, like this:

Thanks!