<?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: Setting Alias on MapProjectItem does not retain in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1238256#M9150</link>
    <description>&lt;P&gt;I was able to duplicate the issue with the Alias property not retaining its value between sessions even when i explicitly save the project.&amp;nbsp; I reported this as an issue to the Framework dev team.&amp;nbsp; Thanks for reporting this issue.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 15:03:38 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2022-12-06T15:03:38Z</dc:date>
    <item>
      <title>Setting Alias on MapProjectItem does not retain</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1236823#M9134</link>
      <description>&lt;P&gt;I'm trying to set the Alias on a MapProjectItem.&amp;nbsp; The code works and the value is set if I repeat the code in the same Pro session but once I exit Pro and go back in, the Alias is back to null.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;                IEnumerable&amp;lt;MapProjectItem&amp;gt; mapItems = Project.Current.GetItems&amp;lt;MapProjectItem&amp;gt;();
                foreach (MapProjectItem mapItem in mapItems)
                {
                    mapItem.Alias = "DA Test Alias";
                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Pro 3.0&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 15:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1236823#M9134</guid>
      <dc:creator>LynneB</dc:creator>
      <dc:date>2022-12-01T15:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Alias on MapProjectItem does not retain</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1237135#M9138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you need to save project:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;await Project.Current.SaveAsync();&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Dec 2022 06:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1237135#M9138</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2022-12-02T06:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Alias on MapProjectItem does not retain</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1238256#M9150</link>
      <description>&lt;P&gt;I was able to duplicate the issue with the Alias property not retaining its value between sessions even when i explicitly save the project.&amp;nbsp; I reported this as an issue to the Framework dev team.&amp;nbsp; Thanks for reporting this issue.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 15:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/setting-alias-on-mapprojectitem-does-not-retain/m-p/1238256#M9150</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-12-06T15:03:38Z</dc:date>
    </item>
  </channel>
</rss>

