<?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 Updating a feature in a feature layer in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624842#M3202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sure this is a simple thing I just can't figure it out...&amp;nbsp; How do I update the location of a feature in a feature layer?&amp;nbsp; I can add a feature and remove a feature.&amp;nbsp; How do I update an existing one?&amp;nbsp; Thanks for the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 13:32:33 GMT</pubDate>
    <dc:creator>NickBrueggemann</dc:creator>
    <dc:date>2014-04-21T13:32:33Z</dc:date>
    <item>
      <title>Updating a feature in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624842#M3202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sure this is a simple thing I just can't figure it out...&amp;nbsp; How do I update the location of a feature in a feature layer?&amp;nbsp; I can add a feature and remove a feature.&amp;nbsp; How do I update an existing one?&amp;nbsp; Thanks for the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624842#M3202</guid>
      <dc:creator>NickBrueggemann</dc:creator>
      <dc:date>2014-04-21T13:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a feature in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624843#M3203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending your editing needs, you have different approaches. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend you to check there links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/How_to_add_features_to_a_graphics_layer/01700000008q000000/"&gt;Adding features to graphics layers&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Editing_Overview/0170000000m3000000/"&gt;Editing overview&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;To see samples how to work with graphics (GraphicLayers) / features (FeatureLayers) see Sample app (this is packaged in installer so if you have installed full SDK you should have it) and sections Mapping \ Graphics Layers and Editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that these will help. Let me know if you have more questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624843#M3203</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-04-22T07:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a feature in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624844#M3204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm familiar with using the editor widget to add, update, and delete features.&amp;nbsp; I'm trying to accomplish the same behavior as the editor widget but I'm wanting to do it myself programatically.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624844#M3204</guid>
      <dc:creator>NickBrueggemann</dc:creator>
      <dc:date>2014-04-22T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a feature in a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624845#M3205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you working with GraphicLayers or FeatureLayers and are you also going to save them to the FeatureService?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are working with MapPoints, then use MoveTo()-method to change the location. See &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.MapPoint~MoveTo.html"&gt;MoveTo&lt;/A&gt;&lt;SPAN&gt; sample from &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=7fb8d3cf1830443396db9457cd5e7da5"&gt;DevSummit demos&lt;/A&gt;&lt;SPAN&gt; or Sample App \ Mapping \ Graphics Layers \ Moving graphic objects as reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/updating-a-feature-in-a-feature-layer/m-p/624845#M3205</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-04-22T17:00:54Z</dc:date>
    </item>
  </channel>
</rss>

