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...
Solved! Go to Solution.
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
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
I'm using the File Geodatabase API as a workaround to some of the limitations of the Local Server API.