<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a Pro equivalent to ITopologicalOperator3.IsSimpleEx ? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222331#M8891</link>
    <description>&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;I'm using &lt;FONT face="courier new,courier"&gt;GeometryEngine.ImportFromWKB&lt;/FONT&gt; to create geometries.&lt;/P&gt;&lt;P&gt;Sometimes I get an exception when I try to insert into a file gdb.&lt;/P&gt;&lt;P&gt;Rather than applying &lt;FONT face="courier new,courier"&gt;GeometryEngine.SimplifyAsFeature&lt;/FONT&gt;, 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).&lt;/P&gt;&lt;P&gt;Does&amp;nbsp; the Pro SDK have anything like &lt;A href="https://developers.arcgis.com/enterprise-sdk/api-reference/net/ITopologicalOperator3/#itopologicaloperator3issimpleex-property" target="_self"&gt;ITopologicalOperator3.IsSimpleEx&lt;/A&gt;&amp;nbsp;found in the Enterprise SDK, that could&amp;nbsp; provide similar diagnostics, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_0-1665952092755.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53731i1390879C8ACE2B29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_0-1665952092755.png" alt="KirkKuykendall1_0-1665952092755.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Oct 2022 20:31:15 GMT</pubDate>
    <dc:creator>KirkKuykendall1</dc:creator>
    <dc:date>2022-10-16T20:31:15Z</dc:date>
    <item>
      <title>Is there a Pro equivalent to ITopologicalOperator3.IsSimpleEx ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222331#M8891</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;I'm using &lt;FONT face="courier new,courier"&gt;GeometryEngine.ImportFromWKB&lt;/FONT&gt; to create geometries.&lt;/P&gt;&lt;P&gt;Sometimes I get an exception when I try to insert into a file gdb.&lt;/P&gt;&lt;P&gt;Rather than applying &lt;FONT face="courier new,courier"&gt;GeometryEngine.SimplifyAsFeature&lt;/FONT&gt;, 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).&lt;/P&gt;&lt;P&gt;Does&amp;nbsp; the Pro SDK have anything like &lt;A href="https://developers.arcgis.com/enterprise-sdk/api-reference/net/ITopologicalOperator3/#itopologicaloperator3issimpleex-property" target="_self"&gt;ITopologicalOperator3.IsSimpleEx&lt;/A&gt;&amp;nbsp;found in the Enterprise SDK, that could&amp;nbsp; provide similar diagnostics, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_0-1665952092755.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53731i1390879C8ACE2B29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_0-1665952092755.png" alt="KirkKuykendall1_0-1665952092755.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 20:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222331#M8891</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2022-10-16T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Pro equivalent to ITopologicalOperator3.IsSimpleEx ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222545#M8897</link>
      <description>&lt;P&gt;Hi Kirk,&lt;/P&gt;&lt;P&gt;The Pro SDK doesn't have it, but we do have an issue in our queue to add it. I will update the priority to include it in an upcoming release.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Annette&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 17:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222545#M8897</guid>
      <dc:creator>AnnetteLocke</dc:creator>
      <dc:date>2022-10-17T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Pro equivalent to ITopologicalOperator3.IsSimpleEx ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222549#M8898</link>
      <description>&lt;P&gt;In the meantime, you could insert the geometries into a feature class in a geodatabase and use the GeoProcessing tool CheckGeometry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/check-geometry.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/check-geometry.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 17:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-a-pro-equivalent-to-itopologicaloperator3/m-p/1222549#M8898</guid>
      <dc:creator>AnnetteLocke</dc:creator>
      <dc:date>2022-10-17T17:18:13Z</dc:date>
    </item>
  </channel>
</rss>

