<?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: Loop through sorting in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120266#M6875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ted, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the following to get a list of domains for a geodatabase:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.Describe(r'Database Connections\admin.sde').domains&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will return a python list of domain names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;DL = arcpy.Describe(r'Database Connections\admin.sde').domains
for domain in DL:
&amp;nbsp;&amp;nbsp;&amp;nbsp; do something...&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:00:02 GMT</pubDate>
    <dc:creator>RussellBrennan</dc:creator>
    <dc:date>2021-12-11T07:00:02Z</dc:date>
    <item>
      <title>Loop through sorting</title>
      <link>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120265#M6874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Like the new capability of sorting the domains, but is there a way to loop through all the domains, like List Domains, where I can then sort each one, rather than manually selecting each one?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 23:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120265#M6874</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2011-09-26T23:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loop through sorting</title>
      <link>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120266#M6875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ted, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the following to get a list of domains for a geodatabase:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.Describe(r'Database Connections\admin.sde').domains&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will return a python list of domain names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;DL = arcpy.Describe(r'Database Connections\admin.sde').domains
for domain in DL:
&amp;nbsp;&amp;nbsp;&amp;nbsp; do something...&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120266#M6875</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2021-12-11T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loop through sorting</title>
      <link>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120267#M6876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ah, cool. thanks Russ, describe, hmm, I am finding I am using that more and more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 19:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/loop-through-sorting/m-p/120267#M6876</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2011-09-27T19:45:00Z</dc:date>
    </item>
  </channel>
</rss>

