<?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 Re: Setting IncludeBarriersWithResults to FALSE does not seem to work in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703409#M13537</link>
    <description>&lt;P&gt;Here goes...&lt;/P&gt;&lt;P&gt;Devices in in the category "E:Switch -Fuse" are defined as barriers for this trace.&lt;/P&gt;&lt;P&gt;Option to include barrier features is un-checked.&lt;/P&gt;&lt;P&gt;Trace is executed stopping at fuses, but fuses are included in the result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EdwardBlair_0-1779367831671.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152767iAFD334A8C6A69113/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EdwardBlair_0-1779367831671.png" alt="EdwardBlair_0-1779367831671.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EdwardBlair_1-1779367851573.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152768i8CD5AF0809F21D4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EdwardBlair_1-1779367851573.png" alt="EdwardBlair_1-1779367851573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2026 12:53:10 GMT</pubDate>
    <dc:creator>EdwardBlair</dc:creator>
    <dc:date>2026-05-21T12:53:10Z</dc:date>
    <item>
      <title>Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1700259#M13524</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Hello -&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;I'm probably missing something stupid, but I can't get a Utility Network downstream trace to exclude barriers from the result set.&amp;nbsp; I'm setting the TraceConfiguration IncludeBarriersWithResults to FALSE -- see below.&amp;nbsp; &amp;nbsp;But the results returned always include the barrier features (which happen to be fuses my my use case.)&amp;nbsp; Note that the equipment *below* the barrier *is* excluded, but not the barrier feature(s) themselves.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Any pointers on what I am missing would be much appreciated.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Thx,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Ed&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;using (un)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;using (UtilityNetworkDefinition utilityNetworkDefinition = un.GetDefinition())&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;using (NetworkSource networkSource = utilityNetworkDefinition.GetNetworkSource("ElectricDevice"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;using (AssetGroup assetGroup = networkSource.GetAssetGroup(agName))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;using (AssetType assetType = assetGroup.GetAssetType(atName))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;DomainNetwork domainNetwork = utilityNetworkDefinition.GetDomainNetwork("Electric");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Tier sourceTier = domainNetwork.GetTier("Electric Distribution");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;TraceConfiguration traceConfiguration = sourceTier.GetTraceConfiguration();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;traceConfiguration.IncludeStructures = false;&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" size="2"&gt;traceConfiguration.IncludeBarriersWithResults = false;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;// proceed to get a tracer from the trace manager and execute a downstream trace with the&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;// above trace configuration&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 23:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1700259#M13524</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-05-05T23:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1700669#M13525</link>
      <description>&lt;P&gt;Can you replicate this behavior by running the same trace inside ArcGIS Pro? Does this only happen when the fuse has terminals?&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 17:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1700669#M13525</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-05-07T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703409#M13537</link>
      <description>&lt;P&gt;Here goes...&lt;/P&gt;&lt;P&gt;Devices in in the category "E:Switch -Fuse" are defined as barriers for this trace.&lt;/P&gt;&lt;P&gt;Option to include barrier features is un-checked.&lt;/P&gt;&lt;P&gt;Trace is executed stopping at fuses, but fuses are included in the result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EdwardBlair_0-1779367831671.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152767iAFD334A8C6A69113/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EdwardBlair_0-1779367831671.png" alt="EdwardBlair_0-1779367831671.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EdwardBlair_1-1779367851573.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152768i8CD5AF0809F21D4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EdwardBlair_1-1779367851573.png" alt="EdwardBlair_1-1779367851573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 12:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703409#M13537</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-05-21T12:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703420#M13538</link>
      <description>&lt;P&gt;Does the fuse have terminals/does this only happen when the fuse has terminals?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 13:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703420#M13538</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-05-21T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703423#M13539</link>
      <description>&lt;P&gt;I ask about the terminal thing because that is a designed behavior of trace, where we include the device as a barrier if it has terminals, even when the include barrier features option is not selected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertKrisher_0-1779371174870.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152769iACFDCCFBE4CA7562/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertKrisher_0-1779371174870.png" alt="RobertKrisher_0-1779371174870.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 13:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703423#M13539</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-05-21T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703425#M13540</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; &amp;nbsp;The fuse has terminals.&amp;nbsp; &amp;nbsp;Kind of confusing.&amp;nbsp; &amp;nbsp;But if that's the way it works its good to know.&amp;nbsp; &amp;nbsp;Thanks for the info.&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 13:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703425#M13540</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-05-21T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703437#M13541</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/110901"&gt;@EdwardBlair&lt;/a&gt;&amp;nbsp;if you really need to hide that feature you can add an output condition to the trace that will explicitly hide it. In this case, adding an output condition where the category is not equal to E:Fuse.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertKrisher_0-1779372962034.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152776i1BB312629EF4C6D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertKrisher_0-1779372962034.png" alt="RobertKrisher_0-1779372962034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I apologize for using screenshots of water data for this issue, I was having issues finding a spot in the electric project I was using where the fuses had terminals.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 14:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703437#M13541</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-05-21T14:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting IncludeBarriersWithResults to FALSE does not seem to work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703457#M13542</link>
      <description>&lt;P&gt;There you go!&amp;nbsp; &amp;nbsp;That did it.&amp;nbsp; &amp;nbsp;Thanks Robert!&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 15:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-includebarrierswithresults-to-false-does/m-p/1703457#M13542</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-05-21T15:03:08Z</dc:date>
    </item>
  </channel>
</rss>

