Hi,I've read your other related post too.Just to confirm a few things:Are you using ArcGIS Mobile 10?Are you directly using the SDK or extending the out of the box application using the SDK?Is the layer in the cache from an SDE geodatabase?Has the GlobalID field been added to the source Feature Class using the ArcCatalog "Add Global IDs..." context menu option?Thanks,Steve
Hi,Try assigning the updated polyline back to the geometry object of the DataRow before calling featureLayer.SaveEdits(featureDataTable):featureDataTable.Rows[0][geometryColumnIndex] = polyline;Thanks,Steve
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.