<?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 How to read connectivity between line and  a device in UtilityNetwork using ArcGIS.CoreHost API in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398269#M3582</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I have created an standalone .Net application to read the Utility network data using&amp;nbsp;ArcGIS.CoreHost.dll.&lt;/P&gt;&lt;P&gt;I am able to read all the ElectricDevice and ElectricLine elements successfully.&lt;/P&gt;&lt;P&gt;Now I need to read how the ElectricLine is connected to devices or vice-versa. I tried reading the association type of all the lines, but it has no information in it. In the below screenshot we can see a MV Switch is connected to MV busbar. I need to read this information via my standalone application. Please suggest me which API or the logic to read this connectivity information's.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasGanesh_0-1710919786291.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98484iA45A4BF911AAE6CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VikasGanesh_0-1710919786291.png" alt="VikasGanesh_0-1710919786291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 07:33:08 GMT</pubDate>
    <dc:creator>VikasGanesh</dc:creator>
    <dc:date>2024-03-20T07:33:08Z</dc:date>
    <item>
      <title>How to read connectivity between line and  a device in UtilityNetwork using ArcGIS.CoreHost API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398269#M3582</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I have created an standalone .Net application to read the Utility network data using&amp;nbsp;ArcGIS.CoreHost.dll.&lt;/P&gt;&lt;P&gt;I am able to read all the ElectricDevice and ElectricLine elements successfully.&lt;/P&gt;&lt;P&gt;Now I need to read how the ElectricLine is connected to devices or vice-versa. I tried reading the association type of all the lines, but it has no information in it. In the below screenshot we can see a MV Switch is connected to MV busbar. I need to read this information via my standalone application. Please suggest me which API or the logic to read this connectivity information's.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasGanesh_0-1710919786291.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98484iA45A4BF911AAE6CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VikasGanesh_0-1710919786291.png" alt="VikasGanesh_0-1710919786291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 07:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398269#M3582</guid>
      <dc:creator>VikasGanesh</dc:creator>
      <dc:date>2024-03-20T07:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to read connectivity between line and  a device in UtilityNetwork using ArcGIS.CoreHost API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398271#M3583</link>
      <description>&lt;P&gt;I don’t believe there is any options into the topology data. It’s stored in a binary&amp;nbsp;proprietary format in the enterprise geodatabase.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good luck with your idea&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 08:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398271#M3583</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2024-03-20T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to read connectivity between line and  a device in UtilityNetwork using ArcGIS.CoreHost API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398758#M3585</link>
      <description>&lt;P&gt;Fine-grained connectivity isn't exposed via the ArcGIS Pro SDK because it was designed to run against web services. Providing such a low-level, fine-grained API in that environment would not be very performance or scalable. However, you can use the export or trace method to produce a JSON file with connectivity information for the subnetwork that contains that feature. You can read &lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/utility-network-journey-network-integrations/" target="_blank" rel="noopener"&gt;this blog&lt;/A&gt; for a high-level overview of the process and &lt;A href="https://community.esri.com/t5/arcgis-utility-network-documents/parsing-utility-network-json-files/ta-p/1314718/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;this community article&lt;/A&gt; for a detailed explanation of how to achieve this.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 21:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-read-connectivity-between-line-and-a-device/m-p/1398758#M3585</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-03-20T21:47:27Z</dc:date>
    </item>
  </channel>
</rss>

