Select to view content in your preferred language

Return feature.shape from server by using WCF and ArcGIS Silverlight API

617
1
Jump to solution
01-27-2013 01:05 AM
MohamedOthman1
Deactivated User
I am using arcgis silverlight api

I all i need to do is to get geometry from feature by objectid to zoom to it

getFeature(objectid);

so i used WCF service to get the geometry but i found error that say

Type 'System.__ComObject' cannot be serialized

can you help quickly please

Thank you in advance
0 Kudos
1 Solution

Accepted Solutions
MohamedOthman1
Deactivated User
eventually I found a solution


using Query Task and pass in the where clause the filter like

query.where="objectid=17";


but when i need to save edit delete in sde use WCF service

that's set

View solution in original post

0 Kudos
1 Reply
MohamedOthman1
Deactivated User
eventually I found a solution


using Query Task and pass in the where clause the filter like

query.where="objectid=17";


but when i need to save edit delete in sde use WCF service

that's set
0 Kudos