How to modify a feature geometry from a SDE database?

484
2
06-03-2020 11:38 AM
YuLuo
by
New Contributor II

Hello, I am developing a standalone tool to process the SDE database. In previous ESRI.ArcGIS API, I can use StartEditing(false)/StartEditOperation() to modify the feature and then StopEditOperation()/StopEditing(true). But now I switch to ArcGIS Pro SDK, I can still use the startEditing/startOperation and stopOperation/stopEditing in arcpy. However I can't find way to use the same mechanism in c#. I have struggled for many days and still no luck. Please help.

Thanks. Yu

0 Kudos
2 Replies
RichRuh
Esri Regular Contributor

An overview on how to edit geodatabase data can be found here.

--Rich

0 Kudos
YuLuo
by
New Contributor II

Rich, this is a super guidance. I use geodatabase.ApplyEdits and get my work done. Thank you so much for help! Yu

0 Kudos