<?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: How to update Acreage field after edit the polygon's geometry? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361483#M9331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for your reply, Jennifer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a great evening!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 23:58:31 GMT</pubDate>
    <dc:creator>weiliang</dc:creator>
    <dc:date>2011-03-15T23:58:31Z</dc:date>
    <item>
      <title>How to update Acreage field after edit the polygon's geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361481#M9329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an Acres filed for a polygon feature class. After I edit its vertices (which changes its geometry), I want the Acres field value could dynamically been updated. How can I reference the polygon in the code which is been selected to change the vertics? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have similar problem of changing long/lat fields dynamically for the point data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, I know that I should use geometry service to calculate the area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 18:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361481#M9329</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2011-03-15T18:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Acreage field after edit the polygon's geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361482#M9330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using Editor.EditVertices? If so, you can subscribe to Editor.EditCompleted event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private void Editor_EditCompleted(object sender,Editor.EditEventArgs e)
{
 if (e.Action == Editor.EditAction.EditVertices)
 {
&amp;nbsp; foreach(var edit in e.Edits)
&amp;nbsp;&amp;nbsp; //TODO: use this edit.Graphic
 }
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are performing the geometry edit yourself, I imagine you are using some layer mouse events to get to select a graphic for editing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private void FeatureLayer_MouseLeftButtonDown(object sender, GraphicMouseButtonEventArgs e)
{
 //TODO use e.Graphic
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:52:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361482#M9330</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T16:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Acreage field after edit the polygon's geometry?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361483#M9331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for your reply, Jennifer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a great evening!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 23:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-update-acreage-field-after-edit-the-polygon/m-p/361483#M9331</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2011-03-15T23:58:31Z</dc:date>
    </item>
  </channel>
</rss>

