<?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: Get alias name of featureclass in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223566#M8929</link>
    <description>&lt;P&gt;Is there something similar for rasters too?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 20:20:19 GMT</pubDate>
    <dc:creator>Vidar</dc:creator>
    <dc:date>2022-10-19T20:20:19Z</dc:date>
    <item>
      <title>Get alias name of featureclass</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223541#M8927</link>
      <description>&lt;P&gt;This should be simple, however I can't seem to find how you can get the alias name of a featureclass. I am going though the layers in the TOC, I think they are FeatureLayer type when you are looping, but no obvious way to find the alias.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223541#M8927</guid>
      <dc:creator>Vidar</dc:creator>
      <dc:date>2022-10-19T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get alias name of featureclass</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223560#M8928</link>
      <description>&lt;P&gt;Use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7021.html" target="_self"&gt;FeatureClassDefinition.GetAliasName()&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223560#M8928</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2022-10-19T20:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get alias name of featureclass</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223566#M8929</link>
      <description>&lt;P&gt;Is there something similar for rasters too?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1223566#M8929</guid>
      <dc:creator>Vidar</dc:creator>
      <dc:date>2022-10-19T20:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get alias name of featureclass</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1255239#M9388</link>
      <description>&lt;P&gt;Is there some function like SetAliasName()&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 06:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1255239#M9388</guid>
      <dc:creator>happygis</dc:creator>
      <dc:date>2023-02-06T06:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get alias name of featureclass</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1255344#M9389</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/31020"&gt;@happygis&lt;/a&gt;, You can set/change the alias name using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic40930.html" target="_self"&gt;SchemaBuilder Modify&lt;/A&gt;&amp;nbsp;method from the Pro SDK 3. x.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;SchemaBuilder schemaBuilder = new SchemaBuilder(geodatabase);        
FeatureClassDescription description = new FeatureClassDescription(featureClass.GetDefinition());
description.AliasName = "Your-FC-AliasName";
        
schemaBuilder.Modify(description);
bool status = schemaBuilder.Build();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 15:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-alias-name-of-featureclass/m-p/1255344#M9389</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2023-02-06T15:42:27Z</dc:date>
    </item>
  </channel>
</rss>

