<?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: How do I load saved relates in ModelBuilder? in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750817#M2198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check out this&amp;nbsp;&lt;A href="https://nodedangles.wordpress.com/2010/08/11/trying-to-perform-relate-in-model-builder/"&gt;blog&lt;/A&gt;&amp;nbsp;for relate like operations in model builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2017 14:58:13 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2017-12-11T14:58:13Z</dc:date>
    <item>
      <title>How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750812#M2193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to automate extracting data from a geodatabase using ModelBuilder (ArcMap 10.3). I have a set of saved relates and can't find how to connect&amp;nbsp;them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:47:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750812#M2193</guid>
      <dc:creator>MarjorieSinclair</dc:creator>
      <dc:date>2017-10-24T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750813#M2194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you mean by a saved relate. The only way you can save a relate is to save a layer file with a relate set up. Are you talking about geodatabase relationship classes? The only way to&amp;nbsp;set them up in a new copy of a geodatabase is to recreate them using the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-relationship-class.htm"&gt;Create Relationship Class&lt;/A&gt; tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 20:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750813#M2194</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-10-27T20:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750814#M2195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a better grasp of the vocabulary today than I did 6 weeks ago.&lt;BR /&gt;I have a geodatabase containing shapefiles and relationship classes.&amp;nbsp;Within ArcMap, I load&amp;nbsp;the saved&amp;nbsp;&lt;SPAN&gt;relationship classes and extract related data. I'm trying to automate the process in Model Builder (or Python) and can't find a tutorial on how to use a relationship class once&amp;nbsp;it's been created.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 19:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750814#M2195</guid>
      <dc:creator>MarjorieSinclair</dc:creator>
      <dc:date>2017-12-05T19:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750815#M2196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relationship classes are really more for interactive use while editing and working with tables, though they can enforce referential integrity when&amp;nbsp;modifying data using MB or scripting. Here's a little tutorial on how they are used in the help:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/exploring-related-objects-in-arcmap-exploring-the-.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/exploring-related-objects-in-arcmap-exploring-the-.htm"&gt;Exploring the related objects of an object in a table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scripting and&amp;nbsp;MB you need to do your select-by-joining operations using Add Join (or if you are into that&amp;nbsp;(&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌) using Python dictionaries. Relationship classes are not accessible for use through geoprocessing (as far as I know).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 03:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750815#M2196</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-12-06T03:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750816#M2197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis... &lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt;‌ is the dictionary goto... &lt;A _jive_internal="true" href="https://community.esri.com/blogs/richard_fairhurst/2014/11/08/turbo-charging-data-manipulation-with-python-cursors-and-dictionaries"&gt;Turbo-charging data manipulation with python cursors and dictionaries&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 03:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750816#M2197</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-06T03:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I load saved relates in ModelBuilder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750817#M2198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check out this&amp;nbsp;&lt;A href="https://nodedangles.wordpress.com/2010/08/11/trying-to-perform-relate-in-model-builder/"&gt;blog&lt;/A&gt;&amp;nbsp;for relate like operations in model builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-do-i-load-saved-relates-in-modelbuilder/m-p/750817#M2198</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2017-12-11T14:58:13Z</dc:date>
    </item>
  </channel>
</rss>

