<?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: Change featureclass name alias in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106498#M8230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi James.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. That was really easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 18:49:23 GMT</pubDate>
    <dc:creator>MartinEgger</dc:creator>
    <dc:date>2014-04-25T18:49:23Z</dc:date>
    <item>
      <title>Change featureclass name alias</title>
      <link>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106496#M8228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The 'featureclass name alias' and 'the featureclass name' are not equal for all of my featureclasses in a filegeodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an easy way to change/replace the 'alias name' with the featureclass name using python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attached eksample I want to get rid of 'SDE.'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 07:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106496#M8228</guid>
      <dc:creator>MartinEgger</dc:creator>
      <dc:date>2014-04-25T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change featureclass name alias</title>
      <link>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106497#M8229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v0000008v000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018v0000008v000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Final edit (lol):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will alter the AliasName of your FeatureClass with the name of the FeatureClass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;fc = r'H:\Documents\ArcGIS\Default.gdb\MyFeatClass' desc = arcpy.Describe(fc) arcpy.AlterAliasName(fc, desc.name)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 11:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106497#M8229</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-04-25T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change featureclass name alias</title>
      <link>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106498#M8230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi James.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. That was really easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 18:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/change-featureclass-name-alias/m-p/106498#M8230</guid>
      <dc:creator>MartinEgger</dc:creator>
      <dc:date>2014-04-25T18:49:23Z</dc:date>
    </item>
  </channel>
</rss>

