<?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>idea Calculate Geometry from Attributes window in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idi-p/950517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; When editing in a table, you can right-click on a field and choose Calculate Geometry. I would be nice if this feature was made an option within the Attributes editing window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 20:38:13 GMT</pubDate>
    <dc:creator>JoeRutkowski</dc:creator>
    <dc:date>2010-08-27T20:38:13Z</dc:date>
    <item>
      <title>Calculate Geometry from Attributes window</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idi-p/950517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; When editing in a table, you can right-click on a field and choose Calculate Geometry. I would be nice if this feature was made an option within the Attributes editing window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 20:38:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idi-p/950517</guid>
      <dc:creator>JoeRutkowski</dc:creator>
      <dc:date>2010-08-27T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry from Attributes window</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/950518#M7093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Or if you could change the display units in the Shape.area field with a dropdown selection, much like the&amp;nbsp;location display units in the Identify window.

&lt;!-- content transformation source ID: 00a30000007kjWh --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 19:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/950518#M7093</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2010-09-16T19:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry from Attributes window</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/950519#M7094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&amp;nbsp;Calculate Geometry in cell context menu (applicable to current cell or selected&amp;nbsp;cells in the field).

&lt;!-- content transformation source ID: 00a30000009ENtU --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 08:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/950519#M7094</guid>
      <dc:creator>JurajKrumpolec</dc:creator>
      <dc:date>2011-01-20T08:53:27Z</dc:date>
    </item>
    <item>
      <title>Calculate Geometry in Attributes Window</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/972202#M36904</link>
      <description>&lt;P&gt;It would be nice to be able to calculate geometry of a field during an edit session in the attributes window. Currently, the only way to calculate geometry is to open the attribute windown and right click the field you would like to calculate geometry on. My idea is to right click the field you want to calculate geometry on in the attribute window in the middle of an edit session. This would increase efficiency and would create one less step in my workflow.&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000004QVn  --&gt;</description>
      <pubDate>Mon, 22 Apr 2024 21:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/972202#M36904</guid>
      <dc:creator>ZachSchmitt</dc:creator>
      <dc:date>2024-04-22T21:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry in Attributes Window</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/972203#M36905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it by turning on the labeling, and labeling dynamically with an advanced expression if it is&amp;nbsp;a&amp;nbsp;geodatabase feature class type.&amp;nbsp; Since a geodatabase&amp;nbsp;feature class has an area field that is dynamic you can label via the advanced expression.&amp;nbsp; In the example provided you would would check the advanced expression box and paste the following (be sure to change the fields that are appropriate to the data) ie, [Field], [Shape_Area]&amp;nbsp;&amp;nbsp; also you will notice I am converting from meters square to various other units by their conversion factors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function FindLabel (&lt;STRONG&gt; [FIELD] , [Shape_Area&lt;/STRONG&gt;] )&lt;BR /&gt;&amp;nbsp; FindLabel =&amp;nbsp; &lt;STRONG&gt;[FIELD]&lt;/STRONG&gt; &amp;amp; vbNewLine &amp;amp;&amp;nbsp; FormatNumber(Round( &lt;STRONG&gt;[Shape_Area]&lt;/STRONG&gt; * 0.00024710439,2 )) &amp;amp; " Sq Ac" &amp;amp; vbNEWLINE &amp;amp;&amp;nbsp; FormatNumber(Round( &lt;STRONG&gt;[Shape_Area]&lt;/STRONG&gt; * 3.8610216e-007,2 )) &amp;amp; " Sq Mi"&amp;amp; vbNEWLINE &amp;amp;&amp;nbsp; FormatNumber(Round( &lt;STRONG&gt;[Shape_Area]&lt;/STRONG&gt; * 0.0001,2 )) &amp;amp; " Sq Ha"&lt;BR /&gt;End Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 18:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/972203#M36905</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2017-03-16T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Add the ability to Calculate Geometry in an attribute window during edit session</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/924393#M17074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my workflow I move and add new points that need to have their geometry calculated. Now I have to open open the attribute table, right click on the field, click calculate geometry, and then choose my parameters. I would love to be able to right click on the field in the attribute window and choose calculate geometry from there. It would save me many steps and a good deal of time. I’m currently on 10.3.1, but I was told at the UC that this is still not available at any release, including Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 20:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/924393#M17074</guid>
      <dc:creator>RobMundt1</dc:creator>
      <dc:date>2019-07-10T20:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add the ability to Calculate Geometry in an attribute window during edit session</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/924394#M17075</link>
      <description>&lt;P&gt;I've marked this reviewed, but wanted to make sure you knew about Attribute Rules in ArcGIS Pro.&amp;nbsp; You can set up immediate calculation rules so that you don't have to Calculate Geometry at all.&amp;nbsp; Just move your points and the geometry updates automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/452879_pastedImage_1.gif" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm&lt;/A&gt;*&lt;/P&gt;&lt;P&gt;*Working with Attribute Rules does require a Standard or Advanced license.&lt;/P&gt;&lt;P&gt;9-16-21: Merging with a previous idea requesting the same functionality.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/calculate-geometry-from-attributes-window/idc-p/924394#M17075</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-09-16T12:13:52Z</dc:date>
    </item>
  </channel>
</rss>

