<?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 close a ShapefileFeatureTable instance? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341038#M4013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback. From within runtime, you can use the same file path to create multiple instances of ShapefileFeatureTable without lock issue. I have also tried multiple instances of this app and the tables are created and loaded without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have not tried another software that fails to open the shape file because it's in use. Is the other software attempting to edit simultaneously with your runtime app? I can put in an enhancement to include Close method but we'd also appreciate more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 21:42:55 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2018-02-28T21:42:55Z</dc:date>
    <item>
      <title>How to close a ShapefileFeatureTable instance?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341037#M4012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ArcGIS Runtime SDK for .NET(WPF) to develop a software which can open and read the shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the first step is using "ShapefileFeatureTable.OpenAsync" function to open it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can not find any "Close() or Dispose()" method to close it after using the shapefile. Which makes other software cannot open it anymore unless I close my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the web document I use for reference:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_ShapefileFeatureTable.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_ShapefileFeatureTable.htm"&gt;ShapefileFeatureTable Class&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who met the same problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341037#M4012</guid>
      <dc:creator>HenryHan</dc:creator>
      <dc:date>2018-02-16T17:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to close a ShapefileFeatureTable instance?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341038#M4013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback. From within runtime, you can use the same file path to create multiple instances of ShapefileFeatureTable without lock issue. I have also tried multiple instances of this app and the tables are created and loaded without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have not tried another software that fails to open the shape file because it's in use. Is the other software attempting to edit simultaneously with your runtime app? I can put in an enhancement to include Close method but we'd also appreciate more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 21:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341038#M4013</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2018-02-28T21:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to close a ShapefileFeatureTable instance?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341039#M4014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. What I did is using another software (GlobalMapper) to open the shape file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing a program to check the shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After opening my program, loading the shapefile, and finishing all of the necessary works, I hope I can "Close" the file instance without close my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I can open the shapefile in other software. Like: Global Mapper&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this will cause the file opening problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 21:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-close-a-shapefilefeaturetable-instance/m-p/341039#M4014</guid>
      <dc:creator>HenryHan</dc:creator>
      <dc:date>2018-02-28T21:54:52Z</dc:date>
    </item>
  </channel>
</rss>

