Select to view content in your preferred language

Access to SDE Geodatabases

2156
1
Jump to solution
11-13-2013 05:36 AM
Labels (1)
BrentHoskisson
Frequent Contributor
Can WPF not connect to SDE feature classes directly without going through an ArcGIS Server service?  I can't find any samples or information.

Thanks
0 Kudos
1 Solution

Accepted Solutions
BKuiper
Frequent Contributor
you are correct, this is not possible. You can't directly access the SDE from WPF. You will need to use an gpk to make changes or some workaround to load featureclasses from the SDE onto your map.

View solution in original post

0 Kudos
1 Reply
BKuiper
Frequent Contributor
you are correct, this is not possible. You can't directly access the SDE from WPF. You will need to use an gpk to make changes or some workaround to load featureclasses from the SDE onto your map.
0 Kudos