<?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 label of a feature in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854663#M4449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;BR /&gt;&lt;BR /&gt;We also need this functionality to extract data from ArcPro. &lt;BR /&gt;&lt;BR /&gt;Irina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 05:46:17 GMT</pubDate>
    <dc:creator>IKaiser</dc:creator>
    <dc:date>2019-07-17T05:46:17Z</dc:date>
    <item>
      <title>Get label of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854660#M4446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Pro allows to enable labeling for a feature layer where each feature will be labeled with value of some field or with result of some expression. Is it possible to get text of label for a &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic6998.html"&gt;Feature&lt;/A&gt;&amp;nbsp;with ArcGIS Pro SDK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:19:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854660#M4446</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-09-12T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get label of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854661#M4447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do not currently have an API to retrieve the the label per feature. Out of curiosity and to help us plan, what is the workflow in which this is needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 17:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854661#M4447</guid>
      <dc:creator>CraigWilliams</dc:creator>
      <dc:date>2017-09-12T17:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get label of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854662#M4448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a feature class A and feature class B. If some features from B are inside of a feature from A we want to transfer labels from those B-features to some field of containing A-feature. Currently we transfer values of display field, but we want to change algorithm a bit: 1) transfer label; 2) if there is no label for a feature then take display field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you will add this functionality to Pro SDK since ArcObjects has it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 01:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854662#M4448</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-09-13T01:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get label of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854663#M4449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;BR /&gt;&lt;BR /&gt;We also need this functionality to extract data from ArcPro. &lt;BR /&gt;&lt;BR /&gt;Irina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 05:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/854663#M4449</guid>
      <dc:creator>IKaiser</dc:creator>
      <dc:date>2019-07-17T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get label of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/1077802#M6860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1178"&gt;@CraigWilliams&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Does parsing and retrieving the label expression result available in ArcGIS Pro SDK v2.8?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are working with Feature-Linked Annotations using ArcGIS Pro SDK 2.8 and .NET Framework. Here the labeling is defined by an arcade expression (VBScript) and I am able to access the labelclass expression along with expression engine. Now I'm looking for a parser to retrieve the expression result in the Pro SDK.&lt;/P&gt;&lt;P&gt;This similar functionality is available in ArcObjects where we can retrieve the expression results using parser with the help of "IAnnotationExpressionParser". Could you please provide your valuable inputs/ ideas.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-label-of-a-feature/m-p/1077802#M6860</guid>
      <dc:creator>SashiRekha</dc:creator>
      <dc:date>2021-07-12T14:15:57Z</dc:date>
    </item>
  </channel>
</rss>

