<?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 edit features in a shape file ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707525#M8908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using v100.2.+, you can use &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Data_ShapefileFeatureTable.htm"&gt;ShapefileFeatureTable &lt;/A&gt;to create/update/delete features. This inherits from &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/Methods_T_Esri_ArcGISRuntime_Data_FeatureTable.htm"&gt;FeatureTable &lt;/A&gt;so methods include CreateFeature, Add/Update/DeleteFeature(s)Async. You can create a FeatureLayer with this table. Is this what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2018 22:53:08 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2018-06-28T22:53:08Z</dc:date>
    <item>
      <title>How to edit features in a shape file ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707524#M8907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Arcgis Runtime sdk for wpf, provide any way to store the static feature collection in a shape file ? or any other provision of storing and editing features to a file(GeoJson,shapefile,CSV) maybe, as the editing section in documentation talks about sync enabled geodatabase and online editing , but my requirement is a complete offline environment , so can the static feature collection help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 09:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707524#M8907</guid>
      <dc:creator>VijitWadhwa</dc:creator>
      <dc:date>2018-06-28T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit features in a shape file ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707525#M8908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using v100.2.+, you can use &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Data_ShapefileFeatureTable.htm"&gt;ShapefileFeatureTable &lt;/A&gt;to create/update/delete features. This inherits from &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/Methods_T_Esri_ArcGISRuntime_Data_FeatureTable.htm"&gt;FeatureTable &lt;/A&gt;so methods include CreateFeature, Add/Update/DeleteFeature(s)Async. You can create a FeatureLayer with this table. Is this what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 22:53:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707525#M8908</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2018-06-28T22:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit features in a shape file ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707526#M8909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir , I am looking for such kind of help . . Can u help me with some&lt;/P&gt;&lt;P&gt;kind of sample code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 10:40:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707526#M8909</guid>
      <dc:creator>VijitWadhwa</dc:creator>
      <dc:date>2018-06-29T10:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit features in a shape file ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707527#M8910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to check out this guide doc for &lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/edit-features.htm"&gt;editing&lt;/A&gt;&amp;nbsp;to help get you started. For shapefile, you're limited to updating feature geometry and attributes, no feature attachments so you can ignore that part of the guide doc. There are other samples &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Data"&gt;here &lt;/A&gt;which you might be interested in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-edit-features-in-a-shape-file/m-p/707527#M8910</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2018-07-02T18:57:33Z</dc:date>
    </item>
  </channel>
</rss>

