<?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: Object model of Networks in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648429#M6216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Network dataset object model is described as part of the geodatabse OMDs. You can access that here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/002500000n8v000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/002500000n8v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then expand the ESRI.ArcGIS.Geodatabase and then click on the Geodatabase Namespace Object Model Diagram. This is a multi-page PDF. Page 14 is the network dataset OMD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To query the network take a look at the following method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryEdge_Method/0025000005tm000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryEdge_Method/0025000005tm000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Dec 2010 14:10:00 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2010-12-03T14:10:00Z</dc:date>
    <item>
      <title>Object model of Networks</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648428#M6215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a doc that describes the object model of networks, build in arcGIS (10 and/or 9)? I mean, somewhere from which start and end nodes of edges and a list of connected edges of nodes can be inspected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code examples would be good &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 13:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648428#M6215</guid>
      <dc:creator>HansSkov-Petersen</dc:creator>
      <dc:date>2010-12-03T13:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Object model of Networks</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648429#M6216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Network dataset object model is described as part of the geodatabse OMDs. You can access that here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/002500000n8v000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Overview/002500000n8v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then expand the ESRI.ArcGIS.Geodatabase and then click on the Geodatabase Namespace Object Model Diagram. This is a multi-page PDF. Page 14 is the network dataset OMD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To query the network take a look at the following method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryEdge_Method/0025000005tm000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryEdge_Method/0025000005tm000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 14:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648429#M6216</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2010-12-03T14:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Object model of Networks</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648430#M6217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Along with the links Jay gave you, there are a couple of other places you can look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a How-To document with C# code to help traverse a network:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_programmatically_traverse_a_street_network/00010000023n000000/"&gt;How to programmatically traverse a street network&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The important things to note are how to handle turns, how to set up your attributes (and attribute adjustments), and how to move from edge to connected edge using INetworkForwardStarEx (using INetworkForwardStarEx.QueryAdjacencies).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a C++ sample on creating a custom solver, if that is what you are looking for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Custom_Solver/000100000n99000000/"&gt;C++ Custom Solver&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 14:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/object-model-of-networks/m-p/648430#M6217</guid>
      <dc:creator>PatrickStevens</dc:creator>
      <dc:date>2010-12-06T14:31:42Z</dc:date>
    </item>
  </channel>
</rss>

