<?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: Label Expression access to SHAPE in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1289197#M69180</link>
    <description>&lt;P&gt;Where are you trying to write the label expression?&amp;nbsp; I see these fields and am able to utilize them in label expression in 2.9.3 and 3.1.1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_0-1684166114970.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70695iF8286BB51A6E9BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="RhettZufelt_0-1684166114970.png" alt="RhettZufelt_0-1684166114970.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 15:56:58 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2023-05-15T15:56:58Z</dc:date>
    <item>
      <title>Label Expression access to SHAPE</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1288911#M69150</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It dawned on me that Label Expressions do not have access to the SHAPE column.&amp;nbsp; It would be nice to write (pseudo code):&amp;nbsp; SHAPE.area(), SHAPE.len(), etc directly...ie. not add/calc new area and length columns.&amp;nbsp; Any thoughts or workarounds on this topic?&amp;nbsp; Thx.&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;P&gt;ArcGIS Pro 3.1.0&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 14:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1288911#M69150</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2023-05-14T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Label Expression access to SHAPE</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1288944#M69159</link>
      <description>&lt;P&gt;Switch to Arcade, it has those options.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var a = Area($feature)
var p = Length($feature)
var v_num = Count(Geometry($feature).rings[0])
var v0 = Geometry($feature).rings[0][0]


var lines = [
    v_num + " vertices",
    "first vertex: " + Round(v0.x, 1) + " / " + Round(v0.y, 1),
    "area: " + Round(a, 1) + " m²",
    "perimeter: " + Round(p, 1) + " m",
]
return Concatenate(lines, TextFormatting.NewLine)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1684085633090.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70619i50288685828FF8B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1684085633090.png" alt="JohannesLindner_0-1684085633090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 17:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1288944#M69159</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-05-14T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Label Expression access to SHAPE</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1289197#M69180</link>
      <description>&lt;P&gt;Where are you trying to write the label expression?&amp;nbsp; I see these fields and am able to utilize them in label expression in 2.9.3 and 3.1.1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_0-1684166114970.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70695iF8286BB51A6E9BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="RhettZufelt_0-1684166114970.png" alt="RhettZufelt_0-1684166114970.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 15:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-expression-access-to-shape/m-p/1289197#M69180</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-05-15T15:56:58Z</dc:date>
    </item>
  </channel>
</rss>

