<?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: Python Handling Related Features in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517408#M40557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a bit more about why you are trying to script relates with Python?&amp;nbsp; I view Relates as GUI sugar to make working with 1-to-many relationships more palatable in ArcMap, i.e., they work best when working with the GUI, but there is usually a better way to do it when scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 21:34:14 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2016-03-01T21:34:14Z</dc:date>
    <item>
      <title>Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517405#M40554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a polygon feature class of boundaries representing a one-to-many relationship of tabular records. In ArcMap, I'm able to create a map relate through clicking on Joins &amp;amp; Relates &amp;gt; Relate and then setting up the linking data structures and fields by following the dialogue box. Once this step is completed, then I am able to select all records in the table and then successfully relate them back to the feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find a method to replicate this process in a python script but so far I haven't been able to find any documentation of how this could be accomplished. Any input would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 19:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517405#M40554</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2016-03-01T19:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517406#M40555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean to access the code via python?&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm"&gt;Join Field—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 19:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517406#M40555</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-01T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517407#M40556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you actually have a relationship class that you're updating in an edit session or is it just an on-the-fly relate done in that map document?&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/deciding-between-relationship-classes-joins-and-re.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/relationships/deciding-between-relationship-classes-joins-and-re.htm"&gt;Deciding between relationship classes, relates, and joins—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517407#M40556</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2016-03-01T21:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517408#M40557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a bit more about why you are trying to script relates with Python?&amp;nbsp; I view Relates as GUI sugar to make working with 1-to-many relationships more palatable in ArcMap, i.e., they work best when working with the GUI, but there is usually a better way to do it when scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 21:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517408#M40557</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-03-01T21:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517409#M40558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If one is interested in creating a Relate (&lt;EM&gt;using one is a different&lt;/EM&gt; matter) with ArcPy, that functionality is available in ArcGIS Pro but not ArcMap:&amp;nbsp; &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-relate.htm"&gt;Add Relate&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 14:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517409#M40558</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-03-03T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python Handling Related Features</title>
      <link>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517410#M40559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data is stored in a geodatabase you may find &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/make-query-table.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/make-query-table.htm"&gt;Make Query Table—Help | ArcGIS for Desktop&lt;/A&gt; a useful option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-handling-related-features/m-p/517410#M40559</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-03-03T15:12:43Z</dc:date>
    </item>
  </channel>
</rss>

