<?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 Topology Validate method returns AnalyzedWithErrors when there are no errors in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/topology-validate-method-returns/m-p/1476021#M83525</link>
    <description>&lt;P&gt;We run topology.Validate(...) and the only result we have is "AnalyzedWithErrors"&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30011.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30011.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When we do not have any errors (in the Error Inspector), the Validate returns the same&amp;nbsp;"AnalyzedWithErrors"&lt;/P&gt;&lt;P&gt;Should/Must we set the state before Validate call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using (Geodatabase geodatabase = new Geodatabase(new ServiceConnectionProperties(new Uri(strURIService))))
using (Topology topology = geodatabase.OpenDataset&amp;lt;ArcGIS.Core.Data.Topology.Topology&amp;gt;(strTopologyDatasetIndex))
{
    ValidationResult result = topology.Validate(new ValidationDescription(MapView.Active.Extent));
    var state = topology.GetState();
                    
    ArcGIS.Desktop.Framework.Dialogs.MessageBox.Show(String.Format("Topology state is {0}", state.ToString()));
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 05:24:46 GMT</pubDate>
    <dc:creator>MarkMindlin_idea</dc:creator>
    <dc:date>2024-05-21T05:24:46Z</dc:date>
    <item>
      <title>Topology Validate method returns AnalyzedWithErrors when there are no errors</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/topology-validate-method-returns/m-p/1476021#M83525</link>
      <description>&lt;P&gt;We run topology.Validate(...) and the only result we have is "AnalyzedWithErrors"&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30011.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30011.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When we do not have any errors (in the Error Inspector), the Validate returns the same&amp;nbsp;"AnalyzedWithErrors"&lt;/P&gt;&lt;P&gt;Should/Must we set the state before Validate call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using (Geodatabase geodatabase = new Geodatabase(new ServiceConnectionProperties(new Uri(strURIService))))
using (Topology topology = geodatabase.OpenDataset&amp;lt;ArcGIS.Core.Data.Topology.Topology&amp;gt;(strTopologyDatasetIndex))
{
    ValidationResult result = topology.Validate(new ValidationDescription(MapView.Active.Extent));
    var state = topology.GetState();
                    
    ArcGIS.Desktop.Framework.Dialogs.MessageBox.Show(String.Format("Topology state is {0}", state.ToString()));
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 05:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/topology-validate-method-returns/m-p/1476021#M83525</guid>
      <dc:creator>MarkMindlin_idea</dc:creator>
      <dc:date>2024-05-21T05:24:46Z</dc:date>
    </item>
  </channel>
</rss>

