Hello there.
I am using ArcGIS Runtime SDK for .NET(WPF) to develop a software which can open and read the shapefile.
So, the first step is using "ShapefileFeatureTable.OpenAsync" function to open it.
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.
Here is the web document I use for reference:
ShapefileFeatureTable Class
Is there anyone who met the same problem?
How to solve this?
Thanks in advance.