If I share a layer from ArcMap as Geodatabase, How can I make it editable using ArcGIS Runtime in .NET (I have basic license and I only need to be able to edit it offline)?
Creating geodatabases using Desktop workflow creates read-only geodatabases, if you want to edit a geodatabase, you need to create it through FeatureLayer (you can create sync enabled geodatabase before providing it to the application if needed too, this is called "pre-planned" workflow).
Read more
https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm#LI_2FB791B0031F4D129B0EAD260A1D4DDEDE
Sync offline edits—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.