<?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: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1053898#M10053</link>
    <description>&lt;P&gt;Does Runtime have any issues with the deleted feature, or does it seem to work as expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2021 18:00:47 GMT</pubDate>
    <dc:creator>TonyWakim</dc:creator>
    <dc:date>2021-05-03T18:00:47Z</dc:date>
    <item>
      <title>Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052224#M10042</link>
      <description>&lt;P&gt;It seems that the following code does not delete the record in the .dbf file. Instead it is only marked for deletion:&lt;BR /&gt;&lt;BR /&gt;await shapefileFeatureTable.DeleteFeatureAsync(feature);&lt;BR /&gt;shapefileFeatureTable.Close();&lt;/P&gt;&lt;P&gt;If you load the shapefile in ArcMap afterwards you'll get this warning message:&lt;BR /&gt;There was a problem drawing the shapefile. Drawing aborted.&lt;BR /&gt;If you look into the table you will still see the feature which was deleted in the ArcGIS Runtime app (there it isn't displayed anymore). I think what is missing is a kind of pack function call for the .dbf file during the closing of the ShapefileFeatureTable.&lt;/P&gt;&lt;P&gt;I found this behaviour in Version 100.9 (WPF) but I think it might have existed in the versions before. I also tested it in Version 100.11 (WPF) with the same result.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 13:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052224#M10042</guid>
      <dc:creator>zjoerg</dc:creator>
      <dc:date>2021-04-28T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052304#M10043</link>
      <description>&lt;P&gt;Deleting records from a shapefile table will cause errors, you have to delete the feature itself, then the record will be deleted from the table.&amp;nbsp; This can be confirmed by trying it manually in either arcmap or arcgis pro&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 15:05:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052304#M10043</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-28T15:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052314#M10045</link>
      <description>&lt;P&gt;Thanks for your quick response.&lt;BR /&gt;Perhaps I'm missing something but I think in the ArcGIS Runtime SDK you can only delete a feature via its feature table. At least I did not find a Delete method or something like that on the class 'Feature'.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 15:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1052314#M10045</guid>
      <dc:creator>zjoerg</dc:creator>
      <dc:date>2021-04-28T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1053898#M10053</link>
      <description>&lt;P&gt;Does Runtime have any issues with the deleted feature, or does it seem to work as expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 18:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1053898#M10053</guid>
      <dc:creator>TonyWakim</dc:creator>
      <dc:date>2021-05-03T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1054125#M10059</link>
      <description>&lt;P&gt;In my ArcGIS Runtime app the shapefile works as expected even after deleting a feature.&lt;/P&gt;&lt;P&gt;I'm already in touch with the ESRI support about this case and they digged up a bug report for the ArcGIS Runtime Android SDK:&amp;nbsp;BUG-000117942&lt;/P&gt;&lt;P&gt;It's very likely that I stumbled across the same issue in the ArcGIS Runtime SDK for .NET.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 08:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1054125#M10059</guid>
      <dc:creator>zjoerg</dc:creator>
      <dc:date>2021-05-04T08:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a feature from a ShapefileFeatureTable only marks the record for deletion in .dbf file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1055011#M10067</link>
      <description>&lt;P&gt;Thanks for the info&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/353841"&gt;@zjoerg&lt;/a&gt;.&amp;nbsp; I was able to reproduce with &lt;SPAN&gt;ArcGIS Runtime&amp;nbsp;&lt;/SPAN&gt;.Net 100.11 as well. It does seem to be the same issue identified in the&amp;nbsp;&lt;SPAN&gt;the ArcGIS Runtime Android SDK:&amp;nbsp;BUG-000117942.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 01:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deleting-a-feature-from-a-shapefilefeaturetable/m-p/1055011#M10067</guid>
      <dc:creator>TonyWakim</dc:creator>
      <dc:date>2021-05-06T01:29:37Z</dc:date>
    </item>
  </channel>
</rss>

