Runtime SDK .net 100.x open file geodatabase and get it's tables

1481
2
Jump to solution
02-14-2019 08:43 AM
nrcnylmz
New Contributor II

Hi everyone,

I want to open file geodatabase where it is in my local machine . And I want to reach tables and tables' features inside file geodatabase. I know it is possible with ArcGIS Runtime Local Server SDK. But I can not find any sample how I can do it.

How steps should I folllow or is there any sample?

Thanks...

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

The runtime doesn't support direct-read of file-geodatabases. You can convert your file-geodatabases to mobile geodatabases, to support this workflow. Otherwise you'd need to use Local server

View solution in original post

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

The runtime doesn't support direct-read of file-geodatabases. You can convert your file-geodatabases to mobile geodatabases, to support this workflow. Otherwise you'd need to use Local server

0 Kudos
by Anonymous User
Not applicable

I'm using the File Geodatabase API as a workaround to some of the limitations of the Local Server API.

GitHub - Esri/file-geodatabase-api: FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API ...